无法在Amazon Linux AMI中使用docker run hello-world

时间:2018-10-29 13:59:31

标签: docker

无法使用在Amazon Linux AMI中运行的Docker

docker运行hello-world

docker:

  

守护程序的错误响应:无法在控制器集中找到“ pids”:   未知。等待容器的ERRO [0000]错误:上下文已取消

码头工人信息

{ # docker info
Containers: 6
 Running: 0
 Paused: 0
 Stopped: 6
Images: 2
Server Version: 18.06.1-ce
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
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: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version:
runc version: 
init version: fec3683
Security Options:
 seccomp
  Profile: default
Kernel Version: 4.14.72-68.55.amzn1.x86_64
Operating System: Amazon Linux AMI 2018.03
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 7.79GiB
Name: ip-172-31-0-234
ID: AGTD:BUGU:RDRN:CSHC:INSH:HCMG:QFYT:OUNC:NCVZ:UDAM:PJYS:3ZQM
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Username: magsgfin
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false
 }

1 个答案:

答案 0 :(得分:0)

当前,不支持Amazon Linux发行版。此外,该发行版没有任何官方软件包,没有对其进行测试的docker。

此错误似乎是由cgroups package引起的

您可以尝试运行this script来检查是否缺少任何东西或配置错误。