Last active
December 18, 2018 23:38
-
-
Save nacyot/1005b62e8a6b6a0e3fe2265e169d5346 to your computer and use it in GitHub Desktop.
docker-install
This file contains hidden or 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
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