Last active
May 4, 2020 09:05
-
-
Save lukaszlach/fdaa287541cd943cade48af8e9c7571a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sSfL https://gist.githubusercontent.com/lukaszlach/c0fdb7a728cdea632db1aebbbff3f6d6/raw/gcp-uw.sh | bash | |
cd / | |
wget -O gotty.tar.gz https://github.com/yudai/gotty/releases/download/v2.0.0-alpha.3/gotty_2.0.0-alpha.3_linux_amd64.tar.gz | |
tar zxvf gotty.tar.gz | |
cd /home/d | |
/gotty -w -c 'docker:' --reconnect /usr/bin/sudo -u d bash -l & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment