Merge pull request #1594 from vikaskedia/patch-2

Update README.md
pull/1490/merge
Isaac Connor 2016-08-16 11:42:26 -04:00 committed by GitHub
commit cc696cbbc6
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