• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!

Resolved Docker doesn't start after upgrade to Debian 11

fhe

New Pleskian
Server operating system version
Debian 11.4
Plesk version and microupdate number
18.0.45.2
I've updated from Debian 9 to Debian 11 using the recommended steps and everything worked fairly okay. Except for one thing where Docker doesn't start anymore. Using systemctl start docker produces this output in journalctl -xe and I don't know how to proceed.

Code:
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.715413150+02:00" level=info msg="Starting up"
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.715785985+02:00" level=warning msg="failed to rename /var/lib/docker/tmp for background deletion: rename /var/lib/docker/tmp /var>
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.716212558+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.716230540+02:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.716249538+02:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock 0  <nil>}] <n>
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.716260247+02:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.716991829+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.717005227+02:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.717016167+02:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock 0  <nil>}] <n>
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.717025341+02:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.720074991+02:00" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
Aug 02 14:33:48 <hostname> dockerd[8445]: time="2022-08-02T14:33:48.720096152+02:00" level=error msg="[graphdriver] prior storage driver aufs failed: driver not supported"
Aug 02 14:33:48 <hostname> dockerd[8445]: failed to start daemon: error initializing graphdriver: driver not supported
Aug 02 14:33:48 <hostname> systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE

Clicking the Docker tab in Plesk gives "Error: Connection refused".

Any help is very much appreciated!
 
OK, thank you. I wish I had seen this earlier and I'm even not sure if this this still valid or just outdated documentation.

As I understand, support for Debian 9 was dropped by Plesk starting with 18.0.45 so it'd be great if Docker would be supported with the current supported OS versions.
 
Hello,
For my part, Docker works fine on Debian 11.4 and Plesk Obsidian v18.0.45, so, I guess the documentation is outdated.
After that I couldn't tell you exactly the problem, for my part, it's on a "fresh installation" with the basic installation offered by Plesk.

Bash:
# systemctl status docker
● docker.service - Docker Application Container Engine
     Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2022-07-31 14:31:10 CEST; 2 days ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
 
Thank you! I've now removed the Docker extension, reinstalled, and have setup the containers from scratch and now it's working here to.

However, I'm getting an update notification when running apt list --upgradable and now I'm unsure if it's safe to upgrade:

Bash:
# apt list --upgradable
Listing... Done
containerd.io/bullseye 1.6.6-1 amd64 [upgradable from: 1.4.3-1]
docker-ce-cli/bullseye 5:20.10.17~3-0~debian-bullseye amd64 [upgradable from: 5:19.03.15~3-0~debian-stretch]
Do you have those latest versions running on your system?
 
Hi,
Yes, All packages are up to date.
About Docker, if it can help you
Bash:
~# docker version
Server: Docker Engine - Community
 Engine:
  Version:          20.10.17
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.17.11
  Built:            Mon Jun  6 23:01:23 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.6
 runc:
  Version:          1.1.2
 docker-init:
  Version:          0.19.0

From your message, I think the messages you have match my version.
 
Back
Top