9 lines
270 B
Bash
9 lines
270 B
Bash
docker run -d --name registry-ui \
|
|
--restart always \
|
|
--net container:registry \
|
|
-e REGISTRY_TITLE="Jingrow Cloud Registry" \
|
|
-e NGINX_PROXY_PASS_URL=http://127.0.0.1:5000 \
|
|
-e DELETE_IMAGES=true \
|
|
-e SINGLE_REGISTRY=true \
|
|
joxit/docker-registry-ui:latest
|