Skip to content

Instantly share code, notes, and snippets.

@meteozond
Created September 9, 2020 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meteozond/11a4afcfd71412fede6f4159ef258853 to your computer and use it in GitHub Desktop.
Save meteozond/11a4afcfd71412fede6f4159ef258853 to your computer and use it in GitHub Desktop.
Start official motion-project docker container (no config fles provided)
docker run --detach \
--name motion \
--restart unless-stopped \
--privileged \
-v /dev:/dev \
-v /etc/motion:/usr/local/etc/motion \
-v /var/lib/motion/var/lib/motion \
-p 8001:8001 \
-p 8002:8002 \
motionproject/motion:latest \
motion -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment