# 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 ```