Skip to content

Instantly share code, notes, and snippets.

@dfilppi
Last active October 29, 2015 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfilppi/d68d1f780b494b4bed11 to your computer and use it in GitHub Desktop.
Save dfilppi/d68d1f780b494b4bed11 to your computer and use it in GitHub Desktop.
Example fabric call
sudo("set -m;docker -d -H unix:///var/run/docker-bootstrap.sock -p /var/run/docker-bootstrap.pid --iptables=false --ip-masq=false --bridge=none --graph=/var/lib/docker-bootstrap 2> /var/log/docker-bootstrap.log 1> /dev/null </dev/null &",shell=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment