Docker does not start automatically after a reboot

  • Hi,

    I have updated OMV from 6.x to OMV 7.0. Since then, Docker no longer starts automatically after a restart.


    A special case of my system is that I have set the Docker path to "/srv/dev-disk-by-label-data/docker/" in the Compose settings.

    The directory is a software raid. I already had problems with OMV 6, see:
    Raid directory not available at boot for minidlna and Docker


    On OMV 6 I solved this by creating the file override.conf in the directory /etc/systemd/system/docker.service.d with the following content:


    Code
    [Unit]
    Requires=mdmonitor.service local-fs.target
    After=mdmonitor.service local-fs.target
    RequiresMountsFor=/srv/dev-disk-by-label-MEDIA


    OMV 7 already has the file waitAllMounts.conf which is supposed to do something similar, unfortunately the settings in this file are not sufficient for my software raid.


    Any ideas on how I can solve this?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!