Skip to content

Instantly share code, notes, and snippets.

@nacyot
Last active December 18, 2018 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nacyot/1005b62e8a6b6a0e3fe2265e169d5346 to your computer and use it in GitHub Desktop.
Save nacyot/1005b62e8a6b6a0e3fe2265e169d5346 to your computer and use it in GitHub Desktop.
docker-install
curl -s https://get.docker.com/ | sudo sh
sudo wget -O /usr/local/bin/docker-compose https://github.com/docker/compose/releases/download/1.23.2/docker-compose-Linux-x86_64
sudo chmod +x /usr/local/bin/docker-compose
sudo gpasswd -a ubuntu docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment