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

Upstream-commit: cff01ec5ec3210f2faec3715bf1b07182bcc571c
Component: engine
This commit is contained in:
Shawn Siefkas
2013-03-22 08:49:28 -05:00
parent 84b60cc354
commit 01713ad972

View File

@ -8,5 +8,5 @@ respawn
script
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