Skip to content

zane-ops/docker-icons-api

Repository files navigation

Docker thumbnails-api

API used for providing the icons for docker images in ZaneOps:

Project details

To start:

# start the database with docker-compose
docker-compose up -d  

# Copy the env file
cp .env.example .env

# install the packages
bun install

# run the app
bun run dev

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.

About

Simple Bun API to retrieve docker icons from docker hub images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published