Skip to content

Instantly share code, notes, and snippets.

@lukaszlach
Last active May 4, 2020 09:05
Show Gist options
  • Save lukaszlach/fdaa287541cd943cade48af8e9c7571a to your computer and use it in GitHub Desktop.
Save lukaszlach/fdaa287541cd943cade48af8e9c7571a to your computer and use it in GitHub Desktop.
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