I configured various bind mounts for a container, which are nested. However, they come from a volume that could under some circumstances not be available. So a bind mount may fail. In particular, it can happen that the mount point in the container does not exist. Sadly the container just fails to start.
Is it possible to still make the container start and create a warning instead?
Is it possible to still make the container start and create a warning instead?