
当我尝试启动任何容器时,它会出现以下错误
docker: Error response from daemon: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/2c910acea8a0cdd4ea6e2dd87616897b4e62b0913ba5014415bd6066eaf36868/
码头信息:
[root@MDMNext99001 /]# docker info
Containers: 1
Running: 0
Paused: 0
Stopped: 1
Images: 1
Server Version: 17.12.0-ce
Storage Driver: devicemapper
Pool Name: docker-8:2-137344840-pool
Pool Blocksize: 65.54kB
Base Device Size: 10.74GB
Backing Filesystem: xfs
Udev Sync Supported: true
Data file: /dev/loop0
Metadata file: /dev/loop1
Data loop file: /var/lib/docker/devicemapper/devicemapper/data
Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
Data Space Used: 46.2MB
Data Space Total: 107.4GB
Data Space Available: 39.08GB
Metadata Space Used: 675.8kB
Metadata Space Total: 2.147GB
Metadata Space Available: 2.147GB
Thin Pool Minimum Free Space: 10.74GB
Deferred Removal Enabled: true
Deferred Deletion Enabled: true
Deferred Deleted Device Count: 0
Library Version: 1.02.107-RHEL7 (2015-10-14)
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: active
NodeID: h13ain31eiurodrbe3bzz9bz3
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 89623f28b87a6004d4b785663257362d1658a729
runc version: N/A (expected: b2567b37d7b75eb4cf325b77297b140ea686ce8f)
init version: 949e6fa
Security Options:
seccomp
Profile: default
Kernel Version: 3.10.0-327.el7.x86_64
Operating System: Red Hat Enterprise Linux Server 7.2 (Maipo)
WARNING: devicemapper: usage of loopback devices is strongly
discouraged for production use. Use --storage-opt dm.thinpooldev
to specify a custom block storage device.
WARNING: bridge-nf-call-iptables is disabled WARNING:
bridge-nf-call-ip6tables is disabled
我尝试运行不同的容器,但它给出了同样的错误.
我是码头工的新手,任何帮助或方向都将不胜感激.
提前致谢.
我在过去几天看到一些有类似问题的人通过升级他们的操作系统解决了同样的错误信息.一些较旧的软件包不再适用于较新的docker版本.其中一个问题是过时的libseccomp:https://github.com/moby/moby/issues/35906
转载注明原文:Docker容器未启动“OCI运行时创建失败” - 乐贴网