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"]
Content type
Image
Digest
Size
156.9 MB
Last updated
over 5 years ago
docker pull ccordeiro/motion