Skip to content

m1ndl3zz/docker-rpi-motioneye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rpi-motioneye

Docker image for running motionEye on a Raspberry Pi

motionEye

Here is what the author has to say about motionEye:

motionEye is a web frontend for the motion daemon, written in Python.

Very succinct! This project is just a Docker container that makes it easy to deploy motionEye on your Raspberry Pi.

Getting Docker on your Raspberry Pi

I recommend checking out Hypriot and their Getting Started guide

Running

This image is hosted on Docker Hub tagged as vividboarder/rpi-motioneye, so you can feel free to use the docker-compose.yaml and change build: . to image: vividboarder/rpi-motioneye. After that, docker-compose up should get you started.

Alternately, you can compile the image yourself by cloning this repo and using docker-compose

docker-compose up

If you want a little more control, you can use any of the make targets:

make build  # builds a new image
make run    # builds and runs container using same parameters as compose
make shell  # builds and runs an interractive container
make tag    # tags image to be pushed to docker hub
make push   # pushes image to docker hub

Issues?

Feel free to report any issues you're having getting this to run on Github

About

Docker image for running Motioneye on a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%