Giter Site home page Giter Site logo

motion-docker's Introduction

motion-docker

This container is built automatically whenever code is pushed to master at https://github.com/Motion-Project/motion-docker.

Caveats

  • If you use /dev/video, locally attached cameras or the database features of Motion, this container won't work for you at this stage.
  • This is built directly from git master, if you want something more stable grab a prebuilt release from here and install manually.

How to run

something like this;

docker run -d --name=motion \
    -p 7999:7999 \
    -p 8081:8081 \
    -p 8082:8082 \
    -p 8083:8083 \
    -p 8084:8084 \
    -p 8085:8085 \
    -p 8087:8087 \
    -e TZ="Australia/Brisbane" \
    -v /volume1/motion/config:/usr/local/etc/motion \
    -v /volume1/motion/storage:/var/lib/motion \
    --restart=always \
    motionproject/motion:latest

How to Update

docker stop motion
docker rm motion
docker pull motionproject/motion:latest
- rerun above 'run' command

Things you may need to change

  • name = a label for the container, should be motion or motion-project (but can be anything)
  • ports = each -p line denotes 1 camera and its stream port
  • TZ = the timezone the container will be running
  • volumes = /dockerserver/path/to/config = /dockerserver/path/to/storage

Release Notes

  • 29/09/20 Use multi-stage build
  • 29/01/20 Triggered new build to bump to 4.3.0
  • 21/01/19 Triggered new build to capture passthrough fixes from git master
  • 30/11/18 Bumped to Ubuntu 18.04
  • 30/11/18 Cosmetic changes and added x264 package
  • 29/11/18 Initial build of Docker container
  • 29/10/18 Motion 4.2 released

motion-docker's People

Contributors

steveneighbour avatar mr-dave avatar 004helix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.