Downloading Docker Images
To pull an image from the Revenera registry
1. | Log in to the Revenera registry, as described in Logging in to the Revenera Registry. |
2. | In a terminal window on the client machine running Docker, use a command like the following to pull an image from the Revenera registry: |
docker pull <registry-hostname>/<project-name>/<image>:<tag>
The following shows an example command:
docker pull container-registry.uat-1234.revenera.com/demo-project/new-demo-image:6.0
See Also