What is a good way to automatically start docker containers when the system boots up?
Is there a preferred way to do this on Ubuntu 14.04?
I've used supervisord
in the past to auto start web apps. But that doesn't feel like the right thing for Docker.