Skip to content

Windows installable Desktop version

Felix Garcia Borrego edited this page Dec 5, 2016 · 1 revision
  • 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 var set before launching SimpleDockerUI and use the URL https://{DOCKER_HOST_IP}:2375 to connect.

You can use `docker-machine env default to find out your docker host IP and DOCKER_CERT_PATH.

Clone this wiki locally