I do have depended containers that I need to define a boot sequence for.
In my example I want to start the OpenVPN container first - it needs like 2 minutes to fully start. Only when this container is ready, I want other ones to boot as well.
Currently they all boot at the same time which is why they boot into a "death" status as the VPN container is not ready yet.
How to achieve this?