Skip to content

Instantly share code, notes, and snippets.

@theverything
Last active August 29, 2015 14:05
Show Gist options
  • Save theverything/b2f827845b090a27ff61 to your computer and use it in GitHub Desktop.
Save theverything/b2f827845b090a27ff61 to your computer and use it in GitHub Desktop.
install fig
# Install fig
apt-get update
apt-get install -y python-pip
pip install -U fig
# Configure Docker
echo "\nDOCKER_OPTS=\"-H tcp://127.0.0.1:4243 -H unix:///var/run/docker.sock\"" >> /etc/default/docker
echo "\nexport DOCKER_HOST=tcp://localhost:4243" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment