Description
dockerd says
2022-05-21T17:29:40Z docker.dockerd[225729]: time="2022-05-21T17:29:40Z" level=warning msg="deprecated version : 1, please switch to version 2"
This doesn't really explain what is going on. Is there a dockerd version 2? If so where is it? If not could this message get more informative?
Steps to reproduce the issue:
snap install docker
snap logs docker
Describe the results you received:
2022-05-21T17:29:40Z docker.dockerd[225729]: time="2022-05-21T17:29:40Z" level=warning msg="deprecated version : 1, please switch to version 2"
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of docker version:
Client:
Version: 20.10.14
API version: 1.41
Go version: go1.16.15
Git commit: a224086349
Built: Thu Mar 24 17:14:32 2022
OS/Arch: linux/amd64
Context: default
Experimental: true
Server:
Engine:
Version: 20.10.14
API version: 1.41 (minimum version 1.12)
Go version: go1.16.15
Git commit: 87a90dc
Built: Thu Mar 24 17:15:03 2022
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v1.5.11
GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8
runc:
Version: 1.0.3
GitCommit:
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Output of docker info:
Client:
Context: default
Debug Mode: false
Server:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 20.10.14
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
runc version:
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: default
cgroupns
Kernel Version: 5.13.0-41-generic
Operating System: Ubuntu Core 18
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 62.6GiB
Name: framework
ID: KPUU:P4JA:2XSB:K255:EIZH:NVVC:QKRU:LRUQ:IHCR:QTVH:TJSZ:2JMR
Docker Root Dir: /var/snap/docker/common/var-lib-docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
Additional environment details (AWS, VirtualBox, physical, etc.):
I'm using snapcraft. There are examples of it happening outside of snapcraft.
Description
dockerd says
2022-05-21T17:29:40Z docker.dockerd[225729]: time="2022-05-21T17:29:40Z" level=warning msg="deprecated version :
1, please switch to version2"This doesn't really explain what is going on. Is there a dockerd version 2? If so where is it? If not could this message get more informative?
Steps to reproduce the issue:
snap install docker
snap logs docker
Describe the results you received:
2022-05-21T17:29:40Z docker.dockerd[225729]: time="2022-05-21T17:29:40Z" level=warning msg="deprecated version :
1, please switch to version2"Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version:Output of
docker info:Additional environment details (AWS, VirtualBox, physical, etc.):
I'm using snapcraft. There are examples of it happening outside of snapcraft.