docker hello-world创建失败

问题描述 投票:0回答:1

我正在尝试使用以下命令运行docker hello-world映像:

docker run hello-world

但是每次都向我显示以下错误。

docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"/hello\": stat /hello: no such file or directory": unknown.

我的机器配置是:

Kernel Version: 5.4.12-200.fc31.x86_64
 Operating System: Fedora 31 (Workstation Edition)
 OSType: linux
 Architecture: x86_64
 CPUs: 12
 Total Memory: 15.34GiB
 Name: MUHAMMAD-ZEESHAN
 Docker Root Dir: /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

我已经尝试了可能的解决方案,但是仍然向我显示错误。任何帮助,将不胜感激。

linux bash docker docker-compose fedora
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.