Sign inSign up

ccordeiro/motion

By ccordeiro

Updated over 5 years ago

Image
0

10K+

ccordeiro/motion repository overview

Dockerfile:

FROM debian

RUN apt update && apt install -y motion && rm -rf /var/lib/apt/lists/*

COPY motion.conf /etc/motion/motion.conf

RUN echo "start_motion_daemon=yes" > /etc/default/motion

ENTRYPOINT ["motion"]

Credits: https://github.com/Motion-Project/motion

Tag summary

Content type

Image

Digest

Size

156.9 MB

Last updated

over 5 years ago

docker pull ccordeiro/motion