Skip to content

Instantly share code, notes, and snippets.

@arturfog
Created September 14, 2018 16:13
Show Gist options
  • Save arturfog/8e8360a13057f40228b176a0f8b2b723 to your computer and use it in GitHub Desktop.
Save arturfog/8e8360a13057f40228b176a0f8b2b723 to your computer and use it in GitHub Desktop.
#!/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