Skip to content

Instantly share code, notes, and snippets.

@jmcarbo
Last active August 29, 2015 14:08
Show Gist options
  • Save jmcarbo/9f455e783b8c27cd72ec to your computer and use it in GitHub Desktop.
Save jmcarbo/9f455e783b8c27cd72ec to your computer and use it in GitHub Desktop.
Ubuntu 14.04 conditioning script
curl -sSL https://get.docker.com/ubuntu/ | sudo sh
echo export DOCKER_HOST=tcp://localhost:2375 >> ~/.bashrc
sudo bash -c "echo DOCKER_OPTS=\"-H tcp://0.0.0.0:2375\" >> /etc/default/docker"
sudo service docker restart
sudo usermod -a -G docker jmcarbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment