I am using a docker based deployment but cannot get the container images
Our images are stored on our Docker Hub private repository under the path continuumsecurity/iriusrisk-prod. To access those images you need:
- Have shared your Docker Hub id with us so we can grant you access to our images. You can get your Docker Hub account by registering here: https://hub.docker.com/
- Once we have provided you with access you need to log into the Docker Hub:
$ docker login -u myuserid Password: Login Succeeded
At this point you can download our images by doing a docker-compose pull on the same directory you have the docker-compose.yml file.
$ docker-compose pull Pulling tomcat8 ... done Pulling nginx ... done
Comments
0 comments
Article is closed for comments.