MotionEyeOS Server on Docker


Over at the MotionEye Wiki there is documentation on how to run MotionEyeOS Server inside a docker container.

docker pull ccrisan/motioneye:master-amd64
docker pull ccrisan/motioneye:master-armhf

Run the following command to run the container.

docker run --name="motioneye" \
    -p 8765:8765 \
    --hostname="motioneye" \
    -v /etc/localtime:/etc/localtime:ro \
    -v /etc/motioneye:/etc/motioneye \
    -v /var/lib/motioneye:/var/lib/motioneye \
    --restart="always" \
    --detach=true \
    ccrisan/motioneye:master-amd64

For further information visit the MotionEye Wiki

If you are trying to install MotionEyeOS image onto a Raspberry Pi Zero W
click here