-
Notifications
You must be signed in to change notification settings - Fork 96
Windows Desktop
Felix Garcia Borrego edited this page Dec 4, 2016
·
4 revisions
- Using Docker for Windows (recommended version)
SimpleDockerUI can connect to the Docker Remote API through a TCP socket at this URL: http://localhost:2375.
Test the connection in the browser with https://localhost:2376/_ping.
More info in the Docker Faq.
- Using Docker-machine or Boot2Docker
You need to have DOCKER_CERT_PATH environment set and use in SimpleDockerUI the URL https://{DOCKER_HOST_IP}:2375.
You can use `docker-machine env default to find out your docker host IP.