Skip to content

Instantly share code, notes, and snippets.

@b-murphy
Last active August 29, 2015 14:02
Show Gist options
  • Save b-murphy/a26f8121964fd0a7d413 to your computer and use it in GitHub Desktop.
Save b-murphy/a26f8121964fd0a7d413 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install docker.io
sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker
curl -L https://github.com/orchardup/fig/releases/download/0.4.1/linux > /usr/local/bin/fig
chmod +x /usr/local/bin/fig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment