Skip to content

Instantly share code, notes, and snippets.

@andli
Last active October 1, 2018 13:26
Show Gist options
  • Save andli/398f767d79d5506ab52e648452b598fc to your computer and use it in GitHub Desktop.
Save andli/398f767d79d5506ab52e648452b598fc to your computer and use it in GitHub Desktop.
Docker MTGO
sudo apt install docker.io -y
sudo usermod -aG docker $USER
#Relog to apply usermod
wget -O run-mtgo https://raw.githubusercontent.com/pauleve/docker-mtgo/master/run-mtgo
chmod +x run-mtgo
./run-mtgo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment