This is a svelte web ui for private docker registry. Using Docker Registry HTTP API V2.
Supported functions:
- list docker images;
- load docker images from tar-archive;
- save docker images to tar-archive.
Run with docker registry:
docker-compose up -d
Run in dev mode:
npm ci
docker-compose -f docker-compose.dev.yml up -d registry
npm run dev
Build prod and push in docker hub:
npm run docker
- 0.0.1 - init
- 0.0.2
- 0.0.3 - add rmi, tag sort
- 0.0.4 - fix parese load
- 0.0.5 - fix blocker position