buildx/hack/demo-env/entrypoint.sh
Tonis Tiigi 0487cc3ab7 hack: add Dockerfile and shell target
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-03-22 16:28:07 -07:00

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