An open API service indexing awesome lists of open source software.

https://github.com/flyte/docker-motion


https://github.com/flyte/docker-motion

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Docker Motion
=============

Builds the latest motion code from the github repository.

Usage
-----

Output example config file:

```bash
docker run -ti --rm flyte/motion config
```

Run motion:

```bash
docker run -ti --rm -v /path/to/motion.conf:/etc/motion/motion.conf:ro flyte/motion
```