Files
docker-cli/components/engine/packaging/ubuntu/docker.upstart
Solomon Hykes ca771dfaab * Runtime: pass a guaranteed environment to bsdtar for predictable behavior without depending on the underlying host configuration.
Upstream-commit: 561ceac55d5821a00258934cf9dc215278e3ecfd
Component: engine
2013-05-31 22:25:48 -07:00

10 lines
140 B
Plaintext

description "Run docker"
start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
respawn
script
/usr/bin/docker -d
end script