mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Redirecting docker daemon stdout/stderr to /var/log/dockerd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user