Hacker News new | ask | show | jobs
by imtringued 2325 days ago
Docker is just a dev tool to build images and a runtime to run containers as an alternative to VMs. You still need a tool to manage a cluster of machines. In Nomad (alternative to kubernetes) docker is just one of many ways to run an application, you don't need to use docker to benefit from using Nomad because Nomad is managing clusters for you, not containers.