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

Follow

Comments

4 comments

  • 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
  • Avatar
    Guilherme Said

    Has anyone else tested Oscar's steps?

    0
    Comment actions Permalink
  • Avatar
    Unknown User

    AlmaLinux 9.3 didn't install in my test:

     [extension/docker] Execution installer has failed with exit code 1, stdout: , stderr: The extension does not support installation of local Docker packages on AlmaLinux 9. Please manually install Docker on this server or use a remote one.

    0
    Comment actions Permalink
  • Avatar
    Ionut Bochis

    Same for AlmaLinux 9.4.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request