Skip to content

[Bug] Ubuntu Docker Offline Installation Reports Failure Despite Successful Installation #13898

Description

@cktk

Contact Information

No response

1Panel Version

1panel-v2.3.1-linux-amd64.tar.gz

Problem Description

Image

Steps to Reproduce

第一次执行安装选择离线安装docker 提示安装失败接着重新执行install.sh 提示docker安装成功了 说明之前的docker是否安装完成判断的有问题
执行docker 命令
root@ubuntu:/home/ubuntu# docker ps
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
root@ubuntu:/home/ubuntu#
docker确实没有启动

root@ubuntu:/home/ubuntu# cat /etc/docker/daemon.json
{
"registry-mirrors": ["https://docker.1panel.live"]
}
root@ubuntu:/home/ubuntu#

The expected correct result

No response

Related log output

root@ubuntu:/home/ubuntu# 
root@ubuntu:/home/ubuntu# 
root@ubuntu:/home/ubuntu# 
root@ubuntu:/home/ubuntu# ls
1panel-v2.3.1-linux-amd64  1panel-v2.3.1-linux-amd64.tar.gz
root@ubuntu:/home/ubuntu# docker ps
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
root@ubuntu:/home/ubuntu# sudo systemctl start docker
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.
root@ubuntu:/home/ubuntu# systemctl status docker.service
× docker.service - Docker Application Container Engine
     Loaded: loaded (/etc/systemd/system/docker.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Tue 2026-09-22 10:29:47 UTC; 3s ago
       Docs: https://docs.docker.com
    Process: 5868 ExecStart=/usr/bin/dockerd (code=exited, status=1/FAILURE)
   Main PID: 5868 (code=exited, status=1/FAILURE)
        CPU: 131ms

Sep 22 10:29:47 ubuntu systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Sep 22 10:29:47 ubuntu systemd[1]: docker.service: Start request repeated too quickly.
Sep 22 10:29:47 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
Sep 22 10:29:47 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
root@ubuntu:/home/ubuntu# journalctl -xeu docker.service
Sep 22 10:25:19 ubuntu systemd[1]: Starting docker.service - Docker Application Container Engine...
░░ Subject: A start job for unit docker.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has begun execution.
░░ 
░░ The job identifier is 1157.
Sep 22 10:25:19 ubuntu dockerd[2088]: time="2026-09-22T10:25:19.642449142Z" level=info msg="Starting up"
Sep 22 10:25:19 ubuntu dockerd[2088]: time="2026-09-22T10:25:19.646890786Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
Sep 22 10:25:19 ubuntu dockerd[2088]: time="2026-09-22T10:25:19.647175620Z" level=info msg="containerd not running, starting managed containerd"
Sep 22 10:25:19 ubuntu dockerd[2088]: time="2026-09-22T10:25:19.648013621Z" level=info msg="started new containerd process" address=/var/run/docker/containerd/containerd.sock module=libcontainerd pid=2097
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.665858925Z" level=info msg="starting containerd" revision=b98a3aace656320842a23f4a392a33f46af97866 version=v1.7.28
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.685497467Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.685557135Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.685996846Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.686027624Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.686106040Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.686123250Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.686139262Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.686151661Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.686224715Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.686480369Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.688942874Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.8.0-100-generic\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.688999854Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.689135759Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.689155584Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.689194293Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.689293301Z" level=info msg="metadata content store policy set" policy=shared
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.996205029Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.996296136Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.996319678Z" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.996361241Z" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.996384393Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.996543726Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997365639Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997574588Z" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997603092Z" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997626225Z" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997653573Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997675739Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997696180Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997719066Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997741781Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997795676Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997816105Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997834877Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997864962Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997895957Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997917580Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997937129Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.997993335Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998019506Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998045954Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998066596Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998094186Z" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998119797Z" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998139493Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998219959Z" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998248621Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998273666Z" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.998310300Z" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999061267Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999110709Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999200853Z" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999236680Z" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.tracing.processor.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999257760Z" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999280208Z" level=info msg="skip loading plugin \"io.containerd.internal.v1.tracing\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.internal.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999304321Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999326799Z" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999354767Z" level=info msg="NRI interface is disabled by configuration."
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999810542Z" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999880873Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Sep 22 10:25:19 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999935688Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Sep 22 10:25:20 ubuntu dockerd[2097]: time="2026-09-22T10:25:19.999985092Z" level=info msg="containerd successfully booted in 0.335047s"
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.005646078Z" level=info msg="OTEL tracing is not configured, using no-op tracer provider"
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.005793219Z" level=info msg="CDI directory does not exist, skipping: failed to monitor for changes: no such file or directory" dir=/etc/cdi
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.005808394Z" level=info msg="CDI directory does not exist, skipping: failed to monitor for changes: no such file or directory" dir=/var/run/cdi
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.005940760Z" level=info msg="detected 127.0.0.53 nameserver, assuming systemd-resolved, so using resolv.conf: /run/systemd/resolve/resolv.conf"
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.046308877Z" level=info msg="Creating a containerd client" address=/var/run/docker/containerd/containerd.sock timeout=1m0s
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.697548758Z" level=info msg="Loading containers: start."
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.714297376Z" level=warning msg="failed to find iptables" error="exec: \"iptables\": executable file not found in $PATH"
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.715926294Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.716538635Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
Sep 22 10:25:20 ubuntu dockerd[2088]: time="2026-09-22T10:25:20.716753800Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
Sep 22 10:25:21 ubuntu dockerd[2088]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables not found
Sep 22 10:25:21 ubuntu systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit docker.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Sep 22 10:25:21 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Sep 22 10:25:21 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 1157 and the job result is failed.
Sep 22 10:25:22 ubuntu systemd[1]: docker.service: Scheduled restart job, restart counter is at 1.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Automatic restarting of the unit docker.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Sep 22 10:25:22 ubuntu systemd[1]: Starting docker.service - Docker Application Container Engine...
░░ Subject: A start job for unit docker.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has begun execution.
░░ 
░░ The job identifier is 1262.
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.058068352Z" level=info msg="Starting up"
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.063539593Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.064069492Z" level=info msg="containerd not running, starting managed containerd"
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.066077349Z" level=info msg="started new containerd process" address=/var/run/docker/containerd/containerd.sock module=libcontainerd pid=2175
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.083567348Z" level=info msg="starting containerd" revision=b98a3aace656320842a23f4a392a33f46af97866 version=v1.7.28
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.102817128Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.102876715Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.102919510Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.102936000Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.102978387Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.102993294Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.103009237Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.103021157Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.103060310Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.103223317Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.105707004Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.8.0-100-generic\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.105752505Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.105883612Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.105910698Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.105934759Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.105979862Z" level=info msg="metadata content store policy set" policy=shared
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106135173Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106185050Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106204236Z" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106222448Z" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106239493Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106286649Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106544943Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106611047Z" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106632500Z" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106654236Z" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106672694Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106690182Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106704786Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106721313Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106756965Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106816388Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106836524Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106850808Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106875143Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106891676Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106906106Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106920692Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.106936750Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107004026Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107026261Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107060475Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107077536Z" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107096244Z" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107111343Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107127157Z" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107144059Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107160849Z" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107185387Z" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107201856Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107218762Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107287009Z" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107311571Z" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.tracing.processor.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107336057Z" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107356575Z" level=info msg="skip loading plugin \"io.containerd.internal.v1.tracing\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.internal.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107368515Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107397649Z" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.107420346Z" level=info msg="NRI interface is disabled by configuration."
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.110127073Z" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.110267059Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.110326227Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Sep 22 10:25:22 ubuntu dockerd[2175]: time="2026-09-22T10:25:22.110356056Z" level=info msg="containerd successfully booted in 0.027595s"
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.120074864Z" level=info msg="OTEL tracing is not configured, using no-op tracer provider"
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.120445348Z" level=info msg="CDI directory does not exist, skipping: failed to monitor for changes: no such file or directory" dir=/var/run/cdi
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.120477341Z" level=info msg="CDI directory does not exist, skipping: failed to monitor for changes: no such file or directory" dir=/etc/cdi
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.120805961Z" level=info msg="detected 127.0.0.53 nameserver, assuming systemd-resolved, so using resolv.conf: /run/systemd/resolve/resolv.conf"
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.132107321Z" level=info msg="Creating a containerd client" address=/var/run/docker/containerd/containerd.sock timeout=1m0s
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.183197020Z" level=info msg="[graphdriver] using prior storage driver: overlay2"
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.183616378Z" level=info msg="Loading containers: start."
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.188036216Z" level=warning msg="failed to find iptables" error="exec: \"iptables\": executable file not found in $PATH"
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.189208110Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.189747721Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
Sep 22 10:25:22 ubuntu dockerd[2166]: time="2026-09-22T10:25:22.189777460Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
Sep 22 10:25:23 ubuntu dockerd[2166]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables not found
Sep 22 10:25:23 ubuntu systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit docker.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Sep 22 10:25:23 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Sep 22 10:25:23 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 1262 and the job result is failed.
Sep 22 10:25:23 ubuntu systemd[1]: docker.service: Scheduled restart job, restart counter is at 2.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Automatic restarting of the unit docker.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Sep 22 10:25:23 ubuntu systemd[1]: Starting docker.service - Docker Application Container Engine...
░░ Subject: A start job for unit docker.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has begun execution.
░░ 
░░ The job identifier is 1366.
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.563972061Z" level=info msg="Starting up"
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.568799216Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.569278910Z" level=info msg="containerd not running, starting managed containerd"
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.570406012Z" level=info msg="started new containerd process" address=/var/run/docker/containerd/containerd.sock module=libcontainerd pid=2217
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.596169148Z" level=info msg="starting containerd" revision=b98a3aace656320842a23f4a392a33f46af97866 version=v1.7.28
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.623945362Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624019186Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624062924Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624080019Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624109512Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624130941Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624146597Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624160294Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624187170Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.624334110Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.627344083Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.8.0-100-generic\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.627546482Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.627772632Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.627865488Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.627900035Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.627928962Z" level=info msg="metadata content store policy set" policy=shared
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628107657Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628142309Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628159427Z" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628178540Z" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628194537Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628237929Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628462247Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628514231Z" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628531758Z" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628547015Z" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628568915Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628585261Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628602427Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628626680Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628645840Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628660859Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628675438Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628687476Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628709271Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628728397Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628742911Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628756691Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628771293Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628786640Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628801197Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628816852Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628831386Z" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628848805Z" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628868773Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628883166Z" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628903203Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628919736Z" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.628944709Z" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630246985Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630401268Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630576310Z" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630680349Z" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.tracing.processor.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630703964Z" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630720681Z" level=info msg="skip loading plugin \"io.containerd.internal.v1.tracing\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.internal.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630733717Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630761488Z" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.630778208Z" level=info msg="NRI interface is disabled by configuration."
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.631090089Z" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.631162491Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.631208744Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Sep 22 10:25:23 ubuntu dockerd[2217]: time="2026-09-22T10:25:23.631243225Z" level=info msg="containerd successfully booted in 0.035817s"
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.640600590Z" level=info msg="OTEL tracing is not configured, using no-op tracer provider"
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.641043461Z" level=info msg="CDI directory does not exist, skipping: failed to monitor for changes: no such file or directory" dir=/etc/cdi
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.641159466Z" level=info msg="CDI directory does not exist, skipping: failed to monitor for changes: no such file or directory" dir=/var/run/cdi
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.641419720Z" level=info msg="detected 127.0.0.53 nameserver, assuming systemd-resolved, so using resolv.conf: /run/systemd/resolve/resolv.conf"
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.654836628Z" level=info msg="Creating a containerd client" address=/var/run/docker/containerd/containerd.sock timeout=1m0s
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.714370799Z" level=info msg="[graphdriver] using prior storage driver: overlay2"
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.714575569Z" level=info msg="Loading containers: start."
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.718461278Z" level=warning msg="failed to find iptables" error="exec: \"iptables\": executable file not found in $PATH"
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.719649053Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.720140170Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
Sep 22 10:25:23 ubuntu dockerd[2209]: time="2026-09-22T10:25:23.720199597Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
Sep 22 10:25:24 ubuntu dockerd[2209]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables not found
Sep 22 10:25:24 ubuntu systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit docker.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Sep 22 10:25:24 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Sep 22 10:25:24 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 1366 and the job result is failed.
Sep 22 10:25:25 ubuntu systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Automatic restarting of the unit docker.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Sep 22 10:25:25 ubuntu systemd[1]: docker.service: Start request repeated too quickly.
Sep 22 10:25:25 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Sep 22 10:25:25 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 1470 and the job result is failed.
Sep 22 10:25:34 ubuntu systemd[1]: docker.service: Start request repeated too quickly.
Sep 22 10:25:34 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Sep 22 10:25:34 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 1574 and the job result is failed.
Sep 22 10:25:34 ubuntu systemd[1]: docker.service: Start request repeated too quickly.
Sep 22 10:25:34 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Sep 22 10:25:34 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 1678 and the job result is failed.
Sep 22 10:25:44 ubuntu systemd[1]: docker.service: Start request repeated too quickly.
Sep 22 10:25:44 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Sep 22 10:25:44 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 1782 and the job result is failed.
Sep 22 10:25:44 ubuntu systemd[1]: docker.service: Start request repeated too quickly.
Sep 22 10:25:44 ubuntu systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Sep 22 10:25:44 ubuntu systemd[1]: Failed to start docker.service - Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 1886 and the job result is failed.
Sep 22 10:29:42 ubuntu systemd[1]: Starting docker.service - Docker Application Container Engine...
░░ Subject: A start job for unit docker.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has begun execution.
░░ 
░░ The job identifier is 2834.
Sep 22 10:29:42 ubuntu dockerd[5768]: time="2026-09-22T10:29:42.862706651Z" level=info msg="Starting up"
Sep 22 10:29:42 ubuntu dockerd[5768]: time="2026-09-22T10:29:42.866197577Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
Sep 22 10:29:42 ubuntu dockerd[5768]: time="2026-09-22T10:29:42.866448904Z" level=info msg="containerd not running, starting managed containerd"
Sep 22 10:29:42 ubuntu dockerd[5768]: time="2026-09-22T10:29:42.867156747Z" level=info msg="started new containerd process" address=/var/run/docker/containerd/containerd.sock module=libcontainerd pid=5777
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.884366372Z" level=info msg="starting containerd" revision=b98a3aace656320842a23f4a392a33f46af97866 version=v1.7.28
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903469551Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903529931Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903571761Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903587977Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903619487Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903647785Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903664238Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903675979Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903705128Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.903844450Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.906553866Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.8.0-100-generic\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.906602388Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.906750327Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.906768179Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.906791870Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.906819217Z" level=info msg="metadata content store policy set" policy=shared
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.906989120Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907027163Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907045469Z" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907063057Z" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907085028Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907131168Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907395906Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907461414Z" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907480364Z" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907496909Z" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907514498Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907531715Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907547584Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907571148Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907604899Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907621210Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907635352Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907649366Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907672394Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907688272Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907702685Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907716775Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907732266Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907746792Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907764562Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907779812Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907800993Z" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907826508Z" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907845550Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907865502Z" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907886764Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907907104Z" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907931749Z" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
Sep 22 10:29:42 ubuntu dockerd[5777]: time="2026-09-22T10:29:42.907947596Z" level=info msg="loading plugin \"io.containerd.gr

Additional Information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions