CoreOS is a lightweight Linux distro destined for running Containers. Docker is installed on each CoreOS machine. You should construct a container for each of your services (web server, caching, database) start them with a fleet and connect them together by reading and writing to etcd. CoreOS doesn’t ship a package manager — any software you would like […]