mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-14 07:27:07 +08:00
Merge pull request #333 from tonistiigi/dockerd-log
demo-env: correct dockerd logging
This commit is contained in:
@ -10,7 +10,7 @@ if [ -n "$TMUX_ENTRYPOINT" ]; then
|
||||
tmux new-window
|
||||
tmux a -t demo
|
||||
else
|
||||
( $dockerdCmd 2>/var/log/dockerd.log & )
|
||||
( $dockerdCmd &>/var/log/dockerd.log & )
|
||||
exec ash
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user