diff --git a/README.md b/README.md index 14ee35fd5..13f5f8cb5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ DockerUI is a web interface to interact with the Remote API. The goal is to pro * Run `docker build -t crosbymichael/dockerui github.com/crosbymichael/dockerui` * `docker run -d -p 9000:9000 -v /var/run/docker.sock:/docker.sock crosbymichael/dockerui -e /docker.sock` -* Open your browser to `http://` +* Open your browser to `http://:9000` Bind mounting the unix socket into the dockerui container is much more secure than exposing your docker