|
|
|
|
|
by brendandburns
4030 days ago
|
|
Users of the Google Cloud run Docker in VMs, since VMs are what the Google Cloud Platform sells. (as does every public cloud provider [e.g. AWS]) For now, VMs are required to ensure a security barrier between different user's containers on the same physical machine. See some of Dan Walsh's posts on the subject (e.g. https://opensource.com/business/14/9/security-for-docker)
for more context. |
|
https://cloud.google.com/container-engine/
There's also Amazon EC2 Container Service
http://aws.amazon.com/ecs/details/
So Google and Amazon don't just sell VMs. They sell "CMs" as well (Container Machines).