Changes between Initial Version and Version 1 of PodMan/MotionEye
- Timestamp:
- 02/08/20 22:09:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PodMan/MotionEye
v1 v1 1 = Start MotionEye on CentOS 8 as docker image = 2 {{{ 3 mkdir -p /data/motioneye/recordings 4 5 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 6 }}} 7 8 Access it as http://localhost:8765