• Support
  • Docker Status not detect correctly

using aaPanel 7.0.8
System: Ubuntu 22.04.4 LTS aarch64(Py3.12.3)

Installed docker using left side bar
but showing service Stopped
even clicked "Start Up" and "Restart",
still showing as Stopped

when checking with systemctl status docker
it show running

have tried run "sudo apt install docker docker-compose docker-compose-plugin"

result of
ln -sf /usr/libexec/docker/cli-plugins/docker-compose /usr/bin/docker-compose
ls -al /usr/local/bin/docker-compose /usr/bin/docker-compose /usr/libexec/docker/cli-plugins/docker-compose

result of
docker -v
docker-compose -v

tried uninstall it with tick Force Uninstall then install again,
still showing as Stopped,
what else to be check ?

  • aaPanel_Kern replied to this.
  • Hello, can executing this command solve the problem?

    btpip uninstall docker -y
    btpip install docker
    bt 1

    LeonWong

    Hello, can executing this command solve the problem?

    btpip uninstall docker -y
    btpip install docker
    bt 1

    LeonWong

    after run those commands,
    it working now, thanks