https://github.com/flyte/docker-motion
https://github.com/flyte/docker-motion
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flyte/docker-motion
- Owner: flyte
- Created: 2018-04-08T10:03:39.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-04-08T10:05:09.000Z (about 8 years ago)
- Last Synced: 2025-02-14T07:19:20.365Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```