Now i have new Problems:

  1. Cant open the Docker Manager in Firefox. Window sticks to the left and nothing interacts
  2. When i open it in Chrome it works fine. After trying to pull the first image (tried passbolt/passbolt and centos), nothing is shown in the Image management and the button for creating a new container does not work anymore. A short message "Getting the neccesary informations ..." pops up after the pop up vanished nothing happens anymore. When i press the "Get image" Button an error message appears in the console.

Any idea what is happening?

Edit:
Found following error messages in the journal:
Aug 27 15:08:44 ********** dockerd[28975]: time="2019-08-27T15:08:44.755029797+02:00" level=error msg="invalid image access: \"sha256:6269a4b458412bb4d278d52686a90f555f227652d2d2a7614b3690023fa24a91\", error: \"failed to get digest sha256:6269a4b458412bb4d278d52686a90f555f227652d2d2a7614b3690023fa24a91: open /www/server/docker/image/overlay2/imagedb/content/sha256/6269a4b458412bb4d278d52686a90f555f227652d2d2a7614b3690023fa24a91: no such file or directory\""

    bejo
    Have you manually deleted the contents of the /var/lib/docker or /www/server/docker folder?
    If you not, try to run these command to Initialize docker

    #uninstall docker
    yum remove docker-ce docker-ce-cli
    #delete the docker floder
    rm -rf /www/server/docker
    #delete soft link
    rm -rf /var/lib/docker
    #install docker
    yum install docker-ce docker-ce-cli
    #startup docker
    systemctl start docker
    6 days later

    I have problem with docker manager before but i can handle it
    now my docker manager in chinese language
    how to change it ?
    already re install 4 times and get the same

      aaPanel_Jose

      I found that index.html of my docker manager on panel/plugin/docker has chinese laguage
      so can you send me the english version? i can replace on that directory manualy @aaPanel_Jose ?
      I thing that the better solution

        keperluanlain005
        Please try download these files and replacing your current docker plugin file

        http://download.bt.cn/install/plugin/dns_manager_en/info.json
        http://download.bt.cn/install/plugin/dns_manager_en/index.html
        http://download.bt.cn/install/plugin/dns_manager_en/icon.png
        http://download.bt.cn/install/plugin/dns_manager_en/dns_manager_main.py

          keperluanlain005
          i am very sorry, please download these files

          http://download.bt.cn/install/plugin/docker_en/info.json
          http://download.bt.cn/install/plugin/docker_en/index.html
          http://download.bt.cn/install/plugin/docker_en/icon.png
          http://download.bt.cn/install/plugin/docker_en/docker_main.py
            2 months later

            i think best solutions use docker repos in debian a lot depends problem for docker,container etc.
            for debian easy solution manuel add repos to /etc/apt/source.list .
            Strech repos deb [arch=amd64] https://download.docker.com/linux/debian stretch stable

            aaPanel_Jose good job jose your are greatful.

            23 days later