You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-registry/README.md

10 lines
198 B

# Docker registry
Deploy docker registry with the following configuration:
- Using basic auth
- Using `joxit/docker-registry-ui` as web ui
- Deployed on port 5000
```shell
docker compose up -d
```