Revision: 68859
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 8, 2015 11:18 by apriendeau
Initial Code
#!/bin/bash boot2docker init boot2docker start boot2docker ssh sudo sh -c "\"echo DOCKER_TLS=no > /var/lib/boot2docker/profile\"" boot2docker restart # Source docker environment variables into current shell. $(boot2docker shellinit)
Initial URL
Initial Description
Sets up boot2docker without tls
Initial Title
Setting Up boot2docker
Initial Tags
Initial Language
Bash