mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
hack: add Dockerfile and shell target
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
8
hack/demo-env/entrypoint.sh
Executable file
8
hack/demo-env/entrypoint.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
tmux new -s demo -d
|
||||
tmux new-window 'dockerd -s overlay2 -D'
|
||||
tmux new-window
|
||||
tmux a -t demo
|
||||
|
||||
|
Reference in New Issue
Block a user