Update README.md

pull/1594/head
Vikas Kedia 2016-08-15 04:39:04 -07:00 committed by GitHub
parent cd55c8b2fb
commit 31ca095445
1 changed files with 1 additions and 1 deletions

View File

@ -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