Files
docker-cli/components/engine/packaging/ubuntu/docker.upstart
Daniel Mizyrycki e0e0c2c96e packaging-ubuntu, issue #30: Ensure docker package installs and passes tests on official vagrant Ubuntu 12.04 box
Upstream-commit: 8e6ba343bfb93ed7782d50a3ac1b581ae0e1fb00
Component: engine
2013-04-17 21:10:53 -07:00

11 lines
232 B
Plaintext

description "Run docker"
start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
respawn
script
# FIXME: docker should not depend on the system having en_US.UTF-8
LC_ALL='en_US.UTF-8' /usr/bin/docker -d
end script