Last active
August 29, 2015 14:13
-
-
Save royingantaginting/f0c7a361b16d380c006a to your computer and use it in GitHub Desktop.
Install docker and fig on ubuntu
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 -sSL https://get.docker.com/ubuntu/ | sudo sh | |
curl -L https://github.com/docker/fig/releases/download/1.0.1/fig-`uname -s`-`uname -m` | sudo tee /usr/local/bin/fig >/dev/null 2>&1 && sudo chmod +x /usr/local/bin/fig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment