mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
bake: initial implementation
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
dockerdCmd="dockerd -s overlay2 -D"
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
if [ -n "$TMUX_ENTRYPOINT" ]; then
|
||||
tmux new -s demo -d
|
||||
tmux new-window "$dockerdCmd"
|
||||
@ -9,7 +11,7 @@ if [ -n "$TMUX_ENTRYPOINT" ]; then
|
||||
tmux a -t demo
|
||||
else
|
||||
( $dockerdCmd 2>/var/log/dockerd.log & )
|
||||
exec sh
|
||||
exec ash
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user