Merge pull request #333 from tonistiigi/dockerd-log

demo-env: correct dockerd logging
This commit is contained in:
Tibor Vass 2020-07-27 17:44:06 +02:00 committed by GitHub
commit f2cf7cf281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ if [ -n "$TMUX_ENTRYPOINT" ]; then
tmux new-window tmux new-window
tmux a -t demo tmux a -t demo
else else
( $dockerdCmd 2>/var/log/dockerd.log & ) ( $dockerdCmd &>/var/log/dockerd.log & )
exec ash exec ash
fi fi