wiki:PodMan/MotionEye

Start MotionEye on CentOS 8 as docker image

mkdir -p /data/motioneye/recordings

podman run -itd --restart=always --name=motioneye -p 8765:8765 -v /etc/localtime:/etc/localtime:ro -v /data/motioneye:/etc/motioneye:Z -v /data/motioneye/recordings:/var/lib/motioneye:Z ccrisan/motioneye:master-amd64

Access it as http://localhost:8765

Last modified at 2020-02-08T22:09:00+01:00 Last modified on 2020-02-08T22:09:00+01:00
Note: See TracWiki for help on using the wiki.