Hi @feelingsurf
I wonder why did you removed the HEALTHCHECK; it actually worked in my docker-swarm when I launched containers by hand pretty well?
The main question is this:
I am trying to make working and stable instance of docker-viewer with a help of @tlex from this swarm-launcher tool:
ix-ai/swarm-launcher#7
The idea is no have a container that goes via VPN (OpenVPN). So let's say we run 1 container on 1 nodes (having several laptops with docker; for example; in my case) - and each container connects to VPN on it's own (to a different servers) and then runs a feelingsurf-viewer.
The swarm-launcher is used because docker does not allow you to launch containers in privileged mode on a nodes; and when you don't do it; the nodes cannot use OpenVPN and establish a tunnel to VPN services.
My current problem is that containers, when launched from swarm-launcher, are constantly restarting, probably because the networks are not matching between swarm-launcher and the chromium (feelingsurfviewer) itself. Or maybe because the healthcheck is just globally broken I don't know?
Any ideas on this?
Thanks a lot.
Den
Hi @feelingsurf
I wonder why did you removed the HEALTHCHECK; it actually worked in my docker-swarm when I launched containers by hand pretty well?
The main question is this:
I am trying to make working and stable instance of docker-viewer with a help of @tlex from this swarm-launcher tool:
ix-ai/swarm-launcher#7
The idea is no have a container that goes via VPN (OpenVPN). So let's say we run 1 container on 1 nodes (having several laptops with docker; for example; in my case) - and each container connects to VPN on it's own (to a different servers) and then runs a feelingsurf-viewer.
The swarm-launcher is used because docker does not allow you to launch containers in privileged mode on a nodes; and when you don't do it; the nodes cannot use OpenVPN and establish a tunnel to VPN services.
My current problem is that containers, when launched from swarm-launcher, are constantly restarting, probably because the networks are not matching between swarm-launcher and the chromium (feelingsurfviewer) itself. Or maybe because the healthcheck is just globally broken I don't know?
Any ideas on this?
Thanks a lot.
Den