1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 05:15:25 +02:00

Default container is using port 9000

This commit is contained in:
Youri Bonnaffé 2014-04-13 12:06:29 +02:00
parent 6e4ef733ce
commit 4d45891ef5

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