Anemone is a simple web UI for your private docker registry.
docker run -d -p 8080:8080 --name anemone ghcr.io/aiibe/anemone --host https://YOUR-DOCKER-REGISTRY.com
Anemone will be available at http://localhost:8080
Launch our backend
cd back
go run main.go --host https://your-docker-registry.com
In another terminal session, let's run our front app
cd front
yarn dev
cd front
yarn build
cd ../back
go build -o anemone main.go
./anemone --host https://your-docker-registry.com