Source: www.docker.com

Protecting Secrets with Docker
When you develop an application, it has to communicate with other services — on your infrastructure, cloud infrastructure services, or third-party applications. Of course, you don’t want just anyone to masquerade as you, so you use secrets like SSH keys or API tokens to make the communication secure.

And, if the secret is for something billable (like public cloud infrastructure), they can cost you a lot of money.

https://www.docker.com/products/personal/ subscribers can create one private repository, while https://www.docker.com/products/pro/, https://www.docker.com/products/team/, and https://www.docker.com/products/business/ subscriptions offer unlimited private repositories.

Docker Pro, Docker Team, and Docker Business subscribers can add https://docs.docker.com/docker-hub/repos/access/ — accounts that can push or pull images in a private repository.

Related Articles