jshridha / docker-blueiris

Blueiris in a docker using wine!
Apache License 2.0
106 stars 52 forks source link

how do I restart ? #19

Open sdetweil opened 4 years ago

sdetweil commented 4 years ago

running fine, system will shutdown at some point.. when I come back up, how do I resume the container? if I docker start BlueIris, I cannot vnc connect

sdetweil commented 4 years ago

never mind, docker restart BlueIris

sdetweil commented 4 years ago

spoke too soon.. only works on 1st restart after stop... on subsequent restarts, vnc cannot connect

initial start (realvnc client localhost:5900) vnc connect configure

docker stop BlueIris

docker restart BlueIris (realvnc client) vnc connect

docker stop BlueIris (realvnc client) vnc connect fails connection closed unexpectedly

the links from the web url port 8080 vnc.html and vnc-lite.html both work

cron410 commented 3 years ago

You don't really need to use the docker stop command. docker restart blueiris does the same thing as docker stop blueiris && docker start blueiris
Don't really have anything more for you, I've not run into that issue.