/ Published in: Bash
Sets up boot2docker without tls
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/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)