Created
June 27, 2015 19:35
-
-
Save diversit/230fa159f4772d288992 to your computer and use it in GitHub Desktop.
Boot2Docker on Mac: disable TLS
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
| In Boot2Docker VM: /var/lib/boot2docker/profile: | |
| ---- | |
| DOCKER_TLS="no" | |
| ---- | |
| On localhost, in .profile: | |
| ---- | |
| DOCKER_HOST=tcp://192.168.59.103:2376 | |
| DOCKER_TLS_VERIFY= | |
| DOCKER_CERT_PATH=/Users/joost/.boot2docker/certs/boot2docker-vm | |
| DOCKER_REGISTRY= | |
| ---- | |
| Boot2docker restart | |
| 'docker ps' should now work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment