We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.