This changes the upstart init script to start on `local-filesystems`. Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
@@ -1,6 +1,6 @@
description "Docker daemon"
-start on filesystem
+start on local-filesystems
stop on runlevel [!2345]
limit nofile 524288 1048576
limit nproc 524288 1048576