This repository was opened as a test, The task was to quickly deploy a docker container with motionplus.
size images: 1.37GB
Launch
- Pulling the repo: git clone [email protected]:v0r0n0v/motionplus-docker.git
- Go to the folder: cd ./motionplus-docker/
- Download the motion-plus code: git clone https://github.com/Motion-Project/motionplus.git
- launch the build: docker build -t motion-plus .
- start container:
docker run -d --name=motion-plus -p 0.0.0.0:8080:8080/tcp -h motioneye -v /etc/localtime:/etc/localtime:ro --restart=always motion-plus
- Go to the page of the project we raised: http://you_ip:8080
- congratulations, you've done well
Addition:
Path to configs in the container: /usr/local/etc/motionplus Binary path to launch: /usr/local/bin/motionplus
The photo shows the software version:
MotionPlus 0.1.1-git-20231020-70da5c1