Files
docker/packaging/ubuntu/docker.upstart
T
2013-07-15 11:41:19 +01:00

9 lines
128 B
Plaintext

description "Run docker"
start on filesystem or runlevel [2345]
stop on runlevel [!2345]
respawn
exec /usr/bin/docker -d