mirror of https://github.com/portainer/portainer
Update readme with correct image
parent
75d5bd1217
commit
172d32e276
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue