-
Notifications
You must be signed in to change notification settings - Fork 92
OS X Installable Desktop version
Felix Garcia Borrego edited this page Dec 5, 2016
·
1 revision
- Using Docker for Mac (recommended version)
SimpleDockerUI can connect to the Docker Remote API through the default socket unix:///var/run/docker.sock
.
More info in the Docker Faq.
- Using Docker-machine or Boot2Docker
You need to have DOCKER_CERT_PATH environment var exported 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.