From 4d45891ef552fc5f2d40bd8e73b9e0ef070132c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Youri=20Bonnaff=C3=A9?= Date: Sun, 13 Apr 2014 12:06:29 +0200 Subject: [PATCH] Default container is using port 9000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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