hack: add Dockerfile and shell target

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2019-03-22 16:28:07 -07:00
parent b5b4e98aee
commit 0487cc3ab7
5 changed files with 81 additions and 1 deletions
+8
View 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
+1
View File
@@ -0,0 +1 @@
set -g mouse on