Note: We need the following entries in
- config.yaml in order to be able to pull from you private DockerHub repos
- cluster_docker_credentials_ enabled: true
- cluster_docker_credentials_write_to_etc: true
- cluster_docker_credentials: {"auths": {"https://registry.docker.io/v1/": {"auth": "<base64_from_~/.docker/config.json> ", "email": "[email protected]"}}}
Resources
- Deploying a private Docker Registry using VIPs: https://docs.mesosphere.com/1.9/deploying-services/private-docker-registry/
- Deploying a Docker-based service: https://docs.mesosphere.com/1.9/deploying-services/creating-services/deploy-docker-app/
Questions:
- Is it possible to leverage the Vault secrets store for the Docker repository login information? If so, how?
- Where do I see the Docker repository once it has been added?