= 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