简体   繁体   中英

Secure distributed container system for docker

I want to know if exist a secure distributed container system for docker. I want to deploy encrypted container from master server (Private) and executed into a worker public server (Unsafe). Do you know solution able to do that ?

Thank you in advance for your answer.

Docker Swarm is a built-in docker orchestration framework for docker. Swarm allows you to run containers on different machines. By default, communication between the machines collaborating in a docker swarm is encrypted and secure.

Swarm has master nodes and worker node. Master nodes distribute containers to be executed on worker nodes. Therefore, your usecase can be handled by swarm.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM