mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 17:05:46 +08:00
Merge pull request #333 from tonistiigi/dockerd-log
demo-env: correct dockerd logging
This commit is contained in:
commit
f2cf7cf281
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user