Hi!
We have some standalone containers (separate edge computers) utilizing the overlay network. These machines are connected with 4G connections, and will sometimes be without a internet connection.
Our issue arises when the edge machines reboots, as the containers will not start when the attachable overlay network is not available. (we need these containers to buffer data until the connection is valid again)
So I guess my question is this: Is there any way to force a start of standalone containers even though the overlay networks is not available?
Thank you for reading my post!