Skip to content

ppizzo/docker-motioneye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-motioneye

Dockerfile and support files for motioneye

If you wish to build motioneye by yourself, you can use the followint script:

$ ./build-motioneye.sh

To build the container:

$ docker build -t IMAGENAME .

To run the container:

$ docker run -d -p 8765:8765/tcp -v /dev/log:/dev/log -v DATADIR:/var/lib/motioneye -v ${PWD}/etc/:/usr/local/etc/ IMAGENAME

About

Dockerfile and support files for motioneye

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages