1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

Update readme with correct image

This commit is contained in:
Michael Crosby 2014-01-02 19:32:35 -08:00
parent 75d5bd1217
commit 172d32e276

View file

@ -41,7 +41,7 @@ DockerUI is a web interface to interact with the Remote API. The goal is to pro
If you want to connect to docker via the unix socket you can pass the socket path to the `-e` variable. If you are running dockerui in a container you can bind mount the unix socket into the container.
```bash
docker run -d -p 9000:9000 -v /var/run/docker.sock:/docker.sock dockerui -e /docker.sock
docker run -d -p 9000:9000 -v /var/run/docker.sock:/docker.sock crosbymichael/dockerui -e /docker.sock
```
### Stack