Last active
January 8, 2018 03:45
-
-
Save lunaspeed/e87b3e24ac9e6a231cc0757003f87b14 to your computer and use it in GitHub Desktop.
快快樂樂裝docker
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
sudo curl -sSL https://get.docker.com/ | sh | |
sudo usermod -aG docker $(whoami) | |
sudo curl -L "https://github.com/docker/compose/releases/download/1.16.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | |
sudo chmod +x /usr/local/bin/docker-compose | |
sudo apt-get install -y bash-completion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment