Created
September 14, 2018 16:13
-
-
Save arturfog/8e8360a13057f40228b176a0f8b2b723 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
#sudo systemctl start docker | |
sudo docker start ubuntu | |
sudo docker exec -u artur -e DISPLAY="unix:0" -e COLUMNS="`tput cols`" -e LINES="`tput lines`" -ti ubuntu zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment