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 4 years ago Last modified on 02/08/20 22:09:00