Skip to content

Instantly share code, notes, and snippets.

@royingantaginting
Last active August 29, 2015 14:13
Show Gist options
  • Save royingantaginting/f0c7a361b16d380c006a to your computer and use it in GitHub Desktop.
Save royingantaginting/f0c7a361b16d380c006a to your computer and use it in GitHub Desktop.
Install docker and fig on ubuntu
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