We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SimpleDockerUI can connect to the Docker Remote API through the default socket unix:///var/run/docker.sock.
unix:///var/run/docker.sock
More info in the Docker Faq.
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.