Fwiw Joyent’s Triton container service does something similar, letting you submit Docker containers directly for execution. I like this approach better than the two-level approach that both Google Container Engine and Amazon EC2 Container Service use, which requires you to spin up and down VM instances to manage your own (virtual) container-execution cluster, which you then submit docker containers to.
Fwiw Joyent’s Triton container service does something similar, letting you submit Docker containers directly for execution. I like this approach better than the two-level approach that both Google Container Engine and Amazon EC2 Container Service use, which requires you to spin up and down VM instances to manage your own (virtual) container-execution cluster, which you then submit docker containers to.