Merge pull request #26 from youribonnaffe/patch-1

Default container is using port 9000
pull/2/head
Michael Crosby 2014-04-21 22:24:09 -07:00
commit e38869f577
1 changed files with 1 additions and 1 deletions

View File

@ -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` * 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` * `docker run -d -p 9000:9000 -v /var/run/docker.sock:/docker.sock crosbymichael/dockerui -e /docker.sock`
* Open your browser to `http://<dockerd host ip>` * Open your browser to `http://<dockerd host ip>:9000`
Bind mounting the unix socket into the dockerui container is much more secure than exposing your docker Bind mounting the unix socket into the dockerui container is much more secure than exposing your docker