For C2D, Set Up Private Docker Registry
Learn how to setup your own docker registry and push images for running algorithms in a C2D environment.
Setup 1: Allow registry access only to the C2D environment
1.1 Prerequisites
1.2 Generate certificates
# install certbot: https://certbot.eff.org/
sudo certbot certonly --standalone --cert-name example.com -d example.com1.3 Generate a password file
1.4 Docker compose template file for registry
1.5 Nginx configuration
1.6 Create Kubernetes secret in C2D server
1.7 Update operator-engine configuration
Steup 2: Allow anonymous pull operations
pull operations2.1 Prerequisites
2.2 Generate certificates
2.3 Generate a password file
2.4 Docker compose template file for registry
2.5 Nginx configuration
Start the registry
Working with registry
Login to registry
Build and push an image to the registry
List images in the registry
Pull an image from the registry
Next step
Further references
Last updated
Was this helpful?

