Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After updating Docker Desktop while launching laradock's container, laradock_docker-in-docker_1 fails to launch. #2823

Closed
yuusakuri opened this issue Jan 22, 2021 · 6 comments

Comments

@yuusakuri
Copy link

Description:

After updating Docker Desktop while launching laradock's container, laradock_docker-in-docker_1 fails to launch.
Docker Desktop has been installed and updated with Chocolatey.

Context information:

Output of docker version

Client: Docker Engine - Community
 Cloud integration: 1.0.7
 Version:           20.10.2
 API version:       1.41
 Go version:        go1.13.15
 Git commit:        2291f61
 Built:             Mon Dec 28 16:14:16 2020
 OS/Arch:           windows/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.2
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       8891c58
  Built:            Mon Dec 28 16:15:28 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.4.3
  GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc:
  Version:          1.0.0-rc92
  GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Output of docker-compose version

docker-compose version 1.27.4, build 40524192
docker-py version: 4.3.1
CPython version: 3.7.4
OpenSSL version: OpenSSL 1.1.1c  28 May 2019

System info: Mac, Windows or Linux. Include which disto/version

Windows 10 2004

Steps to reproduce the issue:

Update Docker Desktop while launching laradock's container.

Stacktrace & Additional info:

Generating RSA private key, 4096 bit long modulus (2 primes)

.......................++++

.................................................................................................................................................................................................++++

e is 65537 (0x010001)

Generating RSA private key, 4096 bit long modulus (2 primes)

.....................................................................................................................................................................................++++

.................................................................................................++++

e is 65537 (0x010001)

Signature ok

subject=CN = docker:dind server

Getting CA Private Key

/certs/server/cert.pem: OK

Signature ok

subject=CN = docker:dind client

Getting CA Private Key

/certs/client/cert.pem: OK

time="2021-01-04T21:33:04.509123100Z" level=info msg="Starting up"

time="2021-01-04T21:33:04.513860800Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"

time="2021-01-04T21:33:04.519620500Z" level=info msg="libcontainerd: started new containerd process" pid=51

time="2021-01-04T21:33:04.519656600Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-04T21:33:04.519663600Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-04T21:33:04.519679700Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-04T21:33:04.519688700Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-04T21:33:04.646368900Z" level=info msg="starting containerd" revision=ea765aba0d05254012b0b9e595e995c09186427f version=v1.3.9

time="2021-01-04T21:33:04.669122900Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1

time="2021-01-04T21:33:04.669238400Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-04T21:33:04.669414100Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1

time="2021-01-04T21:33:04.669429200Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1

time="2021-01-04T21:33:04.669446800Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"

time="2021-01-04T21:33:04.669453000Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1

time="2021-01-04T21:33:04.673453100Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="modprobe aufs failed: \"ip: can't find device 'aufs'\\nmodprobe: can't change directory to '/lib/modules': No such file or directory\\n\": exit status 1: skip plugin" type=io.containerd.snapshotter.v1

time="2021-01-04T21:33:04.673474000Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1

time="2021-01-04T21:33:04.673539600Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-04T21:33:04.673627200Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-04T21:33:04.674317000Z" 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

time="2021-01-04T21:33:04.674330700Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1

time="2021-01-04T21:33:04.674361900Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"

time="2021-01-04T21:33:04.674368700Z" level=info msg="metadata content store policy set" policy=shared

time="2021-01-04T21:33:04.682087200Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1

time="2021-01-04T21:33:04.682115500Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1

time="2021-01-04T21:33:04.682928600Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1

time="2021-01-04T21:33:04.682951600Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1

time="2021-01-04T21:33:04.682960900Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1

time="2021-01-04T21:33:04.682972900Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1

time="2021-01-04T21:33:04.682983300Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1

time="2021-01-04T21:33:04.682993500Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1

time="2021-01-04T21:33:04.683003300Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1

time="2021-01-04T21:33:04.683013300Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1

time="2021-01-04T21:33:04.683260600Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2

time="2021-01-04T21:33:04.683349400Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1

time="2021-01-04T21:33:04.687402900Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1

time="2021-01-04T21:33:04.687441200Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1

time="2021-01-04T21:33:04.687476800Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687486000Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687493700Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687500600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687507900Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687515400Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687522800Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687529300Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687535800Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1

time="2021-01-04T21:33:04.687705100Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687732900Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687743400Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687752200Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1

time="2021-01-04T21:33:04.687918500Z" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock

time="2021-01-04T21:33:04.687957900Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc

time="2021-01-04T21:33:04.687986600Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock

time="2021-01-04T21:33:04.687995200Z" level=info msg="containerd successfully booted in 0.043935s"

time="2021-01-04T21:33:04.711313000Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-04T21:33:04.711331400Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-04T21:33:04.711348100Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-04T21:33:04.711353600Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-04T21:33:04.714962800Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-04T21:33:04.714980400Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-04T21:33:04.714992800Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-04T21:33:04.714998500Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-04T21:33:04.771785300Z" level=info msg="Loading containers: start."

time="2021-01-04T21:33:04.795339300Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge'\nip: can't find device 'br_netfilter'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n, error: exit status 1"

time="2021-01-04T21:33:04.886827400Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"

time="2021-01-04T21:33:04.922279200Z" level=info msg="Loading containers: done."

time="2021-01-04T21:33:04.982026600Z" level=info msg="Docker daemon" commit=5eb3275 graphdriver(s)=overlay2 version=19.03.14

time="2021-01-04T21:33:04.982617200Z" level=info msg="Daemon has completed initialization"

time="2021-01-04T21:33:05.193079800Z" level=info msg="API listen on [::]:2376"

time="2021-01-04T21:33:05.193132300Z" level=info msg="API listen on /var/run/docker.sock"

Signature ok

subject=CN = docker:dind server

Getting CA Private Key

/certs/server/cert.pem: OK

Signature ok

subject=CN = docker:dind client

Getting CA Private Key

/certs/client/cert.pem: OK

time="2021-01-08T04:26:45.999316400Z" level=info msg="Starting up"

time="2021-01-08T04:26:46.010041400Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"

time="2021-01-08T04:26:46.020992100Z" level=info msg="libcontainerd: started new containerd process" pid=48

time="2021-01-08T04:26:46.021040400Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-08T04:26:46.021050500Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-08T04:26:46.021065200Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-08T04:26:46.021070600Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-08T04:26:46.422065900Z" level=info msg="starting containerd" revision=ea765aba0d05254012b0b9e595e995c09186427f version=v1.3.9

time="2021-01-08T04:26:46.456484300Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1

time="2021-01-08T04:26:46.456867700Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-08T04:26:46.457080600Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1

time="2021-01-08T04:26:46.457107200Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1

time="2021-01-08T04:26:46.457134700Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"

time="2021-01-08T04:26:46.457142200Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1

time="2021-01-08T04:26:46.463265500Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="modprobe aufs failed: \"ip: can't find device 'aufs'\\nmodprobe: can't change directory to '/lib/modules': No such file or directory\\n\": exit status 1: skip plugin" type=io.containerd.snapshotter.v1

time="2021-01-08T04:26:46.463310300Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1

time="2021-01-08T04:26:46.464731900Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-08T04:26:46.466838500Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-08T04:26:46.468534800Z" 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

time="2021-01-08T04:26:46.468569500Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1

time="2021-01-08T04:26:46.468594200Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"

time="2021-01-08T04:26:46.468601000Z" level=info msg="metadata content store policy set" policy=shared

time="2021-01-08T04:26:46.471156000Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1

time="2021-01-08T04:26:46.471172700Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1

time="2021-01-08T04:26:46.471209100Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1

time="2021-01-08T04:26:46.471224800Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1

time="2021-01-08T04:26:46.471249500Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1

time="2021-01-08T04:26:46.471263600Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1

time="2021-01-08T04:26:46.471276200Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1

time="2021-01-08T04:26:46.471322800Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1

time="2021-01-08T04:26:46.471334100Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1

time="2021-01-08T04:26:46.471343500Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1

time="2021-01-08T04:26:46.471461100Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2

time="2021-01-08T04:26:46.471541400Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1

time="2021-01-08T04:26:46.474091300Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1

time="2021-01-08T04:26:46.474130000Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1

time="2021-01-08T04:26:46.474162100Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.474174100Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.474183800Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.474203600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.474803600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.474814500Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.474822200Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.474829100Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.474835600Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1

time="2021-01-08T04:26:46.477694200Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.477717400Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.477728600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.477736200Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1

time="2021-01-08T04:26:46.477877900Z" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock

time="2021-01-08T04:26:46.477921900Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc

time="2021-01-08T04:26:46.477950200Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock

time="2021-01-08T04:26:46.477957800Z" level=info msg="containerd successfully booted in 0.061960s"

time="2021-01-08T04:26:46.500330100Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-08T04:26:46.500357400Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-08T04:26:46.500374000Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-08T04:26:46.500379200Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-08T04:26:46.508687100Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-08T04:26:46.508706900Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-08T04:26:46.508720200Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-08T04:26:46.508759200Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-08T04:26:46.524963900Z" level=info msg="[graphdriver] using prior storage driver: overlay2"

time="2021-01-08T04:26:46.555962200Z" level=info msg="Loading containers: start."

time="2021-01-08T04:26:46.571578000Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge'\nip: can't find device 'br_netfilter'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n, error: exit status 1"

time="2021-01-08T04:26:46.738021900Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"

time="2021-01-08T04:26:46.769008200Z" level=info msg="Loading containers: done."

time="2021-01-08T04:26:46.876574800Z" level=info msg="Docker daemon" commit=5eb3275 graphdriver(s)=overlay2 version=19.03.14

time="2021-01-08T04:26:46.877392600Z" level=info msg="Daemon has completed initialization"

time="2021-01-08T04:26:46.902713800Z" level=info msg="API listen on [::]:2376"

time="2021-01-08T04:26:46.902774000Z" level=info msg="API listen on /var/run/docker.sock"

Signature ok

subject=CN = docker:dind server

Getting CA Private Key

/certs/server/cert.pem: OK

Signature ok

subject=CN = docker:dind client

Getting CA Private Key

/certs/client/cert.pem: OK

time="2021-01-09T01:56:40.640106400Z" level=info msg="Starting up"

time="2021-01-09T01:56:40.647680400Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"

time="2021-01-09T01:56:40.657848300Z" level=info msg="libcontainerd: started new containerd process" pid=49

time="2021-01-09T01:56:40.657899800Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-09T01:56:40.657909200Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-09T01:56:40.657929700Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-09T01:56:40.657947600Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-09T01:56:40.897118800Z" level=info msg="starting containerd" revision=ea765aba0d05254012b0b9e595e995c09186427f version=v1.3.9

time="2021-01-09T01:56:40.916429300Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1

time="2021-01-09T01:56:40.916837000Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T01:56:40.917049700Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1

time="2021-01-09T01:56:40.917079100Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T01:56:40.917096400Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"

time="2021-01-09T01:56:40.917103100Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T01:56:40.920850100Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="modprobe aufs failed: \"ip: can't find device 'aufs'\\nmodprobe: can't change directory to '/lib/modules': No such file or directory\\n\": exit status 1: skip plugin" type=io.containerd.snapshotter.v1

time="2021-01-09T01:56:40.920888000Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T01:56:40.921142300Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T01:56:40.921451900Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T01:56:40.922510500Z" 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

time="2021-01-09T01:56:40.922535700Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1

time="2021-01-09T01:56:40.922553500Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"

time="2021-01-09T01:56:40.922561500Z" level=info msg="metadata content store policy set" policy=shared

time="2021-01-09T01:56:40.924026600Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1

time="2021-01-09T01:56:40.924060700Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1

time="2021-01-09T01:56:40.924105900Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1

time="2021-01-09T01:56:40.924119100Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1

time="2021-01-09T01:56:40.924128600Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1

time="2021-01-09T01:56:40.924138200Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1

time="2021-01-09T01:56:40.924145900Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1

time="2021-01-09T01:56:40.924154300Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1

time="2021-01-09T01:56:40.924172400Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1

time="2021-01-09T01:56:40.924181200Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1

time="2021-01-09T01:56:40.924259300Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2

time="2021-01-09T01:56:40.924344700Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1

time="2021-01-09T01:56:40.926131900Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1

time="2021-01-09T01:56:40.926177800Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1

time="2021-01-09T01:56:40.926235000Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926252800Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926264200Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926274100Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926283600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926293700Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926303600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926313100Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926322100Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1

time="2021-01-09T01:56:40.926818000Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926854900Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926872200Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.926883200Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1

time="2021-01-09T01:56:40.927118500Z" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock

time="2021-01-09T01:56:40.927170100Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc

time="2021-01-09T01:56:40.927232700Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock

time="2021-01-09T01:56:40.927242200Z" level=info msg="containerd successfully booted in 0.031426s"

time="2021-01-09T01:56:40.949044800Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-09T01:56:40.949076800Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-09T01:56:40.949096600Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-09T01:56:40.949103500Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-09T01:56:40.951608800Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-09T01:56:40.951638000Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-09T01:56:40.951648600Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-09T01:56:40.951656000Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-09T01:56:40.961916100Z" level=info msg="[graphdriver] using prior storage driver: overlay2"

time="2021-01-09T01:56:40.973672900Z" level=info msg="Loading containers: start."

time="2021-01-09T01:56:40.981505100Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge'\nip: can't find device 'br_netfilter'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n, error: exit status 1"

time="2021-01-09T01:56:41.061238800Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"

time="2021-01-09T01:56:41.099968000Z" level=info msg="Loading containers: done."

time="2021-01-09T01:56:41.177677700Z" level=info msg="Docker daemon" commit=5eb3275 graphdriver(s)=overlay2 version=19.03.14

time="2021-01-09T01:56:41.178619700Z" level=info msg="Daemon has completed initialization"

time="2021-01-09T01:56:41.203221600Z" level=info msg="API listen on [::]:2376"

time="2021-01-09T01:56:41.203344800Z" level=info msg="API listen on /var/run/docker.sock"

Signature ok

subject=CN = docker:dind server

Getting CA Private Key

/certs/server/cert.pem: OK

Signature ok

subject=CN = docker:dind client

Getting CA Private Key

/certs/client/cert.pem: OK

time="2021-01-09T11:43:44.211853000Z" level=info msg="Starting up"

time="2021-01-09T11:43:44.222322000Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"

time="2021-01-09T11:43:44.234631400Z" level=info msg="libcontainerd: started new containerd process" pid=48

time="2021-01-09T11:43:44.234665600Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-09T11:43:44.234672100Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-09T11:43:44.234686200Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-09T11:43:44.234703700Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-09T11:43:44.589179600Z" level=info msg="starting containerd" revision=ea765aba0d05254012b0b9e595e995c09186427f version=v1.3.9

time="2021-01-09T11:43:44.624009700Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1

time="2021-01-09T11:43:44.625619300Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T11:43:44.625915300Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1

time="2021-01-09T11:43:44.625952500Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T11:43:44.626039900Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"

time="2021-01-09T11:43:44.626057700Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T11:43:44.631272500Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="modprobe aufs failed: \"ip: can't find device 'aufs'\\nmodprobe: can't change directory to '/lib/modules': No such file or directory\\n\": exit status 1: skip plugin" type=io.containerd.snapshotter.v1

time="2021-01-09T11:43:44.631325300Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T11:43:44.633134200Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T11:43:44.634500100Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1

time="2021-01-09T11:43:44.635877800Z" 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

time="2021-01-09T11:43:44.635912400Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1

time="2021-01-09T11:43:44.635993700Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"

time="2021-01-09T11:43:44.636016500Z" level=info msg="metadata content store policy set" policy=shared

time="2021-01-09T11:43:44.642839500Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1

time="2021-01-09T11:43:44.642876500Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1

time="2021-01-09T11:43:44.643059300Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1

time="2021-01-09T11:43:44.643086100Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1

time="2021-01-09T11:43:44.643192600Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1

time="2021-01-09T11:43:44.643219800Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1

time="2021-01-09T11:43:44.643293600Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1

time="2021-01-09T11:43:44.643310500Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1

time="2021-01-09T11:43:44.643329900Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1

time="2021-01-09T11:43:44.643342100Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1

time="2021-01-09T11:43:44.643506200Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2

time="2021-01-09T11:43:44.643572100Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1

time="2021-01-09T11:43:44.643977100Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1

time="2021-01-09T11:43:44.644019200Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1

time="2021-01-09T11:43:44.644078700Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.644094200Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.644105100Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.644118600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.644126000Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.644135000Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.644155700Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.644162700Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.644171400Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1

time="2021-01-09T11:43:44.645563600Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.645619800Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.645633000Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.645640300Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1

time="2021-01-09T11:43:44.645803900Z" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock

time="2021-01-09T11:43:44.645866500Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc

time="2021-01-09T11:43:44.645916100Z" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock

time="2021-01-09T11:43:44.645934600Z" level=info msg="containerd successfully booted in 0.062683s"

time="2021-01-09T11:43:44.670153300Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-09T11:43:44.670300800Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-09T11:43:44.670373200Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-09T11:43:44.670412800Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-09T11:43:44.678735000Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-09T11:43:44.678751200Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-09T11:43:44.678763900Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-09T11:43:44.678770200Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

time="2021-01-09T11:43:44.714526300Z" level=info msg="[graphdriver] using prior storage driver: overlay2"

time="2021-01-09T11:43:44.756822500Z" level=info msg="Loading containers: start."

time="2021-01-09T11:43:44.766657300Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge'\nip: can't find device 'br_netfilter'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n, error: exit status 1"

time="2021-01-09T11:43:44.879912900Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"

time="2021-01-09T11:43:44.928786500Z" level=info msg="Loading containers: done."

time="2021-01-09T11:43:45.034518500Z" level=info msg="Docker daemon" commit=5eb3275 graphdriver(s)=overlay2 version=19.03.14

time="2021-01-09T11:43:45.035911900Z" level=info msg="Daemon has completed initialization"

time="2021-01-09T11:43:45.066821200Z" level=info msg="API listen on [::]:2376"

time="2021-01-09T11:43:45.066840500Z" level=info msg="API listen on /var/run/docker.sock"

Signature ok

subject=CN = docker:dind server

Getting CA Private Key

/certs/server/cert.pem: OK

Signature ok

subject=CN = docker:dind client

Getting CA Private Key

/certs/client/cert.pem: OK

time="2021-01-20T20:41:49.492860900Z" level=info msg="Starting up"

time="2021-01-20T20:41:49.507620100Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"

time="2021-01-20T20:41:49.515481500Z" level=info msg="libcontainerd: containerd is still running" pid=48

time="2021-01-20T20:41:49.515540600Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-20T20:41:49.529864300Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-20T20:41:49.529887800Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-20T20:41:49.529895500Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

failed to start containerd: timeout waiting for containerd to start

Signature ok

subject=CN = docker:dind server

Getting CA Private Key

/certs/server/cert.pem: OK

Signature ok

subject=CN = docker:dind client

Getting CA Private Key

/certs/client/cert.pem: OK

time="2021-01-20T20:42:39.512754800Z" level=info msg="Starting up"

time="2021-01-20T20:42:39.513684300Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"

time="2021-01-20T20:42:39.514069200Z" level=info msg="libcontainerd: containerd is still running" pid=48

time="2021-01-20T20:42:39.514108800Z" level=info msg="parsed scheme: \"unix\"" module=grpc

time="2021-01-20T20:42:39.514189000Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc

time="2021-01-20T20:42:39.514243500Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc

time="2021-01-20T20:42:39.514267200Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc

failed to start containerd: timeout waiting for containerd to start
@stale
Copy link

stale bot commented Apr 23, 2021

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs. Thank you for your contributions ❤️.

@stale stale bot added the Stale label Apr 23, 2021
@stale
Copy link

stale bot commented May 19, 2021

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed May 19, 2021
@JieAnthony
Copy link

Is now the problem solved? @yuusakuri

@yuusakuri
Copy link
Author

After deleting and rebuilding all the containers and images, it worked fine. This problem has not occurred since then.

@JieAnthony
Copy link

JieAnthony commented Dec 27, 2021

After deleting and rebuilding all the containers and images, it worked fine. This problem has not occurred since then.

Thanks

@tiagofranco86
Copy link

I need help to be able to install docker laradock containers with docker 20.10.12 and containerd.io 1.4.12
I'm stuck on this error involving cgroup
Error with up docker-in-docker container ok up nginx
Ubuntu 20.04 on hostinger

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

No branches or pull requests

3 participants