mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
9 lines
105 B
Bash
Executable File
9 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tmux new -s demo -d
|
|
tmux new-window 'dockerd -s overlay2 -D'
|
|
tmux new-window
|
|
tmux a -t demo
|
|
|
|
|