-
Notifications
You must be signed in to change notification settings - Fork 96
windows
Felix Garcia Borrego edited this page May 9, 2015
·
16 revisions
The easiest way to connect toDocker Remote API is by disabling TLS. To do so, you need to:
- Log into the boot2docker virtual machine:
boot2docker ssh
- Add
DOCKER_TLS=noto the file/var/lib/boot2docker/profile(may not exist)
echo "DOCKER_TLS=no" | sudo tee /var/lib/boot2docker/profile
- Restart boot2docker
boot2docker down
boot2docker up
- Open your browser and verify you can connect to http://192.168.59.103:2375/_ping Try to reconnect!
More info about how to disable TLS: https://github.com/boot2docker/boot2docker/blob/master/README.md#tls-support