Docker daemon doesn’t start on boot on CoreOS

bootcoreosdocker

I have a vanilla install of CoreOS (835.9.0) and it doesn't start the docker daemon on startup. It only starts when I SSH in and do eg docker ps.

How can i make the docker daemon automatically start on system boot?

When i say the docker daemon, i mean ps -ef | grep docker shows no processes until after i do docker ps

Best Answer

sudo systemctl enable docker did the trick.