Skip to content

Instantly share code, notes, and snippets.

@pmventura
Created May 28, 2018 09:32
Show Gist options
  • Save pmventura/a5b1bc2fd193065cce5622e77c0bf424 to your computer and use it in GitHub Desktop.
Save pmventura/a5b1bc2fd193065cce5622e77c0bf424 to your computer and use it in GitHub Desktop.
How to install docker in ubuntu instance
1. sudo apt-get update
2. sudo apt-get install python-dev python-pip git docker.io
3. sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
4. sudo chmod +x /usr/local/bin/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment