moby--moby/packaging/ubuntu/docker.upstart

11 lines
146 B
Plaintext

description "Run docker"
start on filesystem and started lxc-net
stop on runlevel [!2345]
respawn
script
/usr/bin/docker -d
end script