Completed kubemacs via docker documentation.

This commit is contained in:
2020-05-28 16:45:46 +12:00
parent 86723a7f89
commit 0c36d20852
5 changed files with 85 additions and 0 deletions

4
kubemacs/start-session.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
tmate -S /tmp/$USER.$USER.tmate new-session -s $USER -n $USER -d
tmate -S /tmp/$USER.$USER.tmate set-window-option -t $USER automatic-rename off
tmate -S /tmp/$USER.$USER.tmate set-window-option -t $USER allow-rename off