From 31ca0954456fddcb308d4b3bedabc46758760ca7 Mon Sep 17 00:00:00 2001 From: Vikas Kedia Date: Mon, 15 Aug 2016 04:39:04 -0700 Subject: [PATCH] Update README.md --- utils/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/docker/README.md b/utils/docker/README.md index 4ca100b66..741039b3d 100644 --- a/utils/docker/README.md +++ b/utils/docker/README.md @@ -15,7 +15,7 @@ This is still a bit of a work in progress. 2. Build ZoneMinder container ```sudo docker build -t yourname/zoneminder github.com/ZoneMinder/ZoneMinder``` 3. Run it -```CID=$(sudo docker run -d -p 222:22 -p 8080:80 -name zoneminder yourname/zoneminder)``` +```CID=$(sudo docker run -d -p 222:22 -p 8080:80 --name zoneminder yourname/zoneminder)``` 4. Use it -- you can now SSH to port 222 on your host as user root with password root. You can also browse to your host on port 8080 to access the zoneminder web interface