Last active
August 29, 2015 14:08
-
-
Save jmcarbo/9f455e783b8c27cd72ec to your computer and use it in GitHub Desktop.
Ubuntu 14.04 conditioning script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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