1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Redirecting docker daemon stdout/stderr to /var/log/dockerd

This commit is contained in:
Shawn Siefkas 2013-03-22 08:49:28 -05:00
parent 9542876d2f
commit cff01ec5ec

View file

@ -8,5 +8,5 @@ respawn
script script
test -f /etc/default/locale && . /etc/default/locale || true test -f /etc/default/locale && . /etc/default/locale || true
LANG=$LANG LC_ALL=$LANG /usr/local/bin/docker -d LANG=$LANG LC_ALL=$LANG /usr/local/bin/docker -d >> /var/log/dockerd 2>&1
end script end script