--- before.md +++ after.md @@ -1,27 +1,27 @@ -### Details - -motioneye is a web frontend for the motion daemon, written in Python. It supports RTSP cameras and will allow you to share the camera's publicly using the Video Streaming feature. - -Homepage: [https://github.com/motioneye-project/motioneye](https://github.com/motioneye-project/motioneye) - -### Starting container - -``` -docker run --name="motioneye" \ - -p 8765:8765 \ - --hostname="motioneye" \ - -v /etc/localtime:/etc/localtime:ro \ - -v /etc/motioneye:/etc/motioneye \ - -v /var/lib/motioneye:/var/lib/motioneye \ - --restart="always" \ - --detach=true \ - ccrisan/motioneye:master-amd64 -``` - -### Enter container for debugging -``` -docker exec -it motioneye /bin/bash -``` - -### Notes +### Details + +motioneye is a web frontend for the motion daemon, written in Python. It supports RTSP cameras and will allow you to share the camera's publicly using the Video Streaming feature. + +Homepage: [https://github.com/motioneye-project/motioneye](https://github.com/motioneye-project/motioneye) + +### Starting container + +```bash +docker run --name="motioneye" \ + -p 8765:8765 \ + --hostname="motioneye" \ + -v /etc/localtime:/etc/localtime:ro \ + -v /etc/motioneye:/etc/motioneye \ + -v /var/lib/motioneye:/var/lib/motioneye \ + --restart="always" \ + --detach=true \ + ccrisan/motioneye:master-amd64 +``` + +### Enter container for debugging +``` +docker exec -it motioneye /bin/bash +``` + +### Notes