Changes between Initial Version and Version 1 of PodMan/MotionEye


Ignore:
Timestamp:
02/08/20 22:09:00 (4 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PodMan/MotionEye

    v1 v1  
     1= Start MotionEye on CentOS 8 as docker image =
     2{{{
     3mkdir -p /data/motioneye/recordings
     4
     5podman 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
     8Access it as http://localhost:8765