Skip to content
Kyle Johnson edited this page Mar 3, 2014 · 16 revisions

Examples

First...

kjohnson@lxc01:~/$ sudo docker build -t='kylejohnson/release-1.27' github.com/ZoneMinder/ZoneMinder
kjohnson@lxc01:~/$ CID=$(sudo docker run -P -d -t kylejohnson/release-1.27)
kjohnson@lxc01:~/$ sudo docker port $CID 22
0.0.0.0:49155
kjohnson@lxc01:~/$ sudo docker port $CID 80
0.0.0.0:49156

You can now access zoneminder on the ports listed in the last two commands.

Clone this wiki locally