Delete docker - motioneye.md
This commit is contained in:
parent
275706b89d
commit
eff5f86b6e
@ -1,22 +0,0 @@
|
|||||||
https://github.com/motioneye-project/motioneye/wiki/Install-In-Docker
|
|
||||||
|
|
||||||
sudo docker run --name="motioneye" \
|
|
||||||
-p 8765:8765 \
|
|
||||||
-p 5081:8081 \
|
|
||||||
-p 5082:8082 \
|
|
||||||
-p 5083:8083 \
|
|
||||||
-p 5084:8084 \
|
|
||||||
-p 5085:8085 \
|
|
||||||
--hostname="motioneye" \
|
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
|
||||||
-v ~/motion/asetukset:/etc/motioneye \
|
|
||||||
-v ~/motion/videot:/var/lib/motioneye \
|
|
||||||
--restart="always" \
|
|
||||||
--detach=true \
|
|
||||||
--device=/dev/video0 \
|
|
||||||
ccrisan/motioneye:master-amd64
|
|
||||||
|
|
||||||
username: admin
|
|
||||||
password:
|
|
||||||
|
|
||||||
sudo docker exec -it motioneye /bin/bash
|
|
Loading…
x
Reference in New Issue
Block a user