Unable to use Docker in Plesk on AlmaLinux 9: Local Docker node is missing

Follow

Comments

1 comment

  • Avatar
    Óscar Clavero Soldán

    You don't explain how to solve it until you do the implementation. And it would have been appreciated.

    After different tests, I have managed to get it working with Almalinux 9, by doing the following (which is self-explanatory): 

    plesk bin extension --uninstall docker
    dnf install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
    systemctl start docker
    systemctl enable docker
    usermod -aG docker psaadm
    plesk bin extension --install docker
    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request