From 172d32e276810c38db86c9cffa57d0455ec6771a Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 2 Jan 2014 19:32:35 -0800 Subject: [PATCH] Update readme with correct image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f18d445f..4ab5ab588 100644 --- a/README.md +++ b/README.md @@ -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