Le service docker plante et empêche l'upgrade d'apt

J’ai lu sur Stackoverflow que la commande dockerd pouvait être plus loquace. En effet, l’extrait suivant est plus parlant : failed to start daemon: error initializing graphdriver: prior storage driver aufs is deprecated and will be removed in a future release; update the the daemon configuration and explicitly choose this storage driver to continue using it; visit https://docs.docker.com/go/storage-driver/ for more information

Ici, j’ai trouvé ce topic qui parle de ce problème, mais la question me semble davantage contournée que résolue.

Logs complets si besoin :

# dockerd
INFO[2023-02-03T16:03:22.123656001+01:00] Starting up                                  
INFO[2023-02-03T16:03:22.125119338+01:00] [core] [Channel #1] Channel created           module=grpc
INFO[2023-02-03T16:03:22.125155744+01:00] [core] [Channel #1] original dial target is: "unix:///run/containerd/containerd.sock"  module=grpc
INFO[2023-02-03T16:03:22.125200486+01:00] [core] [Channel #1] parsed dial target is: {Scheme:unix Authority: Endpoint:run/containerd/containerd.sock URL:{Scheme:unix Opaque: User: Host: Path:/run/containerd/containerd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}  module=grpc
INFO[2023-02-03T16:03:22.125217776+01:00] [core] [Channel #1] Channel authority set to "localhost"  module=grpc
INFO[2023-02-03T16:03:22.125363341+01:00] [core] [Channel #1] Resolver state updated: {
  "Addresses": [
    {
      "Addr": "/run/containerd/containerd.sock",
      "ServerName": "",
      "Attributes": {},
      "BalancerAttributes": null,
      "Type": 0,
      "Metadata": null
    }
  ],
  "ServiceConfig": null,
  "Attributes": null
} (resolver returned new addresses)  module=grpc
INFO[2023-02-03T16:03:22.125463810+01:00] [core] [Channel #1] Channel switches to new LB policy "pick_first"  module=grpc
INFO[2023-02-03T16:03:22.125554733+01:00] [core] [Channel #1 SubChannel #2] Subchannel created  module=grpc
INFO[2023-02-03T16:03:22.125633721+01:00] [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING  module=grpc
INFO[2023-02-03T16:03:22.125688628+01:00] [core] [Channel #1 SubChannel #2] Subchannel picks a new address "/run/containerd/containerd.sock" to connect  module=grpc
INFO[2023-02-03T16:03:22.125734794+01:00] [core] [Channel #1] Channel Connectivity change to CONNECTING  module=grpc
INFO[2023-02-03T16:03:22.126195979+01:00] [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY  module=grpc
INFO[2023-02-03T16:03:22.126220640+01:00] [core] [Channel #1] Channel Connectivity change to READY  module=grpc
INFO[2023-02-03T16:03:22.127031818+01:00] [core] [Channel #4] Channel created           module=grpc
INFO[2023-02-03T16:03:22.127055472+01:00] [core] [Channel #4] original dial target is: "unix:///run/containerd/containerd.sock"  module=grpc
INFO[2023-02-03T16:03:22.127084873+01:00] [core] [Channel #4] parsed dial target is: {Scheme:unix Authority: Endpoint:run/containerd/containerd.sock URL:{Scheme:unix Opaque: User: Host: Path:/run/containerd/containerd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}  module=grpc
INFO[2023-02-03T16:03:22.127102314+01:00] [core] [Channel #4] Channel authority set to "localhost"  module=grpc
INFO[2023-02-03T16:03:22.127146477+01:00] [core] [Channel #4] Resolver state updated: {
  "Addresses": [
    {
      "Addr": "/run/containerd/containerd.sock",
      "ServerName": "",
      "Attributes": {},
      "BalancerAttributes": null,
      "Type": 0,
      "Metadata": null
    }
  ],
  "ServiceConfig": null,
  "Attributes": null
} (resolver returned new addresses)  module=grpc
INFO[2023-02-03T16:03:22.127180456+01:00] [core] [Channel #4] Channel switches to new LB policy "pick_first"  module=grpc
INFO[2023-02-03T16:03:22.127201842+01:00] [core] [Channel #4 SubChannel #5] Subchannel created  module=grpc
INFO[2023-02-03T16:03:22.127245615+01:00] [core] [Channel #4 SubChannel #5] Subchannel Connectivity change to CONNECTING  module=grpc
INFO[2023-02-03T16:03:22.127285775+01:00] [core] [Channel #4 SubChannel #5] Subchannel picks a new address "/run/containerd/containerd.sock" to connect  module=grpc
INFO[2023-02-03T16:03:22.127293311+01:00] [core] [Channel #4] Channel Connectivity change to CONNECTING  module=grpc
INFO[2023-02-03T16:03:22.127513927+01:00] [core] [Channel #4 SubChannel #5] Subchannel Connectivity change to READY  module=grpc
INFO[2023-02-03T16:03:22.127537118+01:00] [core] [Channel #4] Channel Connectivity change to READY  module=grpc
ERRO[2023-02-03T16:03:22.129885340+01:00] [graphdriver] prior storage driver aufs is deprecated and will be removed in a future release; update the the daemon configuration and explicitly choose this storage driver to continue using it; visit https://docs.docker.com/go/storage-driver/ for more information 
INFO[2023-02-03T16:03:22.130093130+01:00] [core] [Channel #1] Channel Connectivity change to SHUTDOWN  module=grpc
INFO[2023-02-03T16:03:22.130126147+01:00] [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN  module=grpc
INFO[2023-02-03T16:03:22.130144647+01:00] [core] [Channel #1 SubChannel #2] Subchannel deleted  module=grpc
INFO[2023-02-03T16:03:22.130164450+01:00] [core] [Channel #1] Channel deleted           module=grpc
failed to start daemon: error initializing graphdriver: prior storage driver aufs is deprecated and will be removed in a future release; update the the daemon configuration and explicitly choose this storage driver to continue using it; visit https://docs.docker.com/go/storage-driver/ for more information