Docker registry
Last updated
Was this helpful?
Last updated
Was this helpful?
A registry (repository) provides storage and versioning for Docker images. Installing a (private) Docker registry can be useful if you want to securely host your own algorithms.
Docker provides a registry as a turn-key solution on Docker Hub. Instructions for setting it up can be found here: .
is another option for running a registry. Harbor provides access control, a user interface and automated scanning on vulnerabilities.