Docker error

Docker Error response from daemon: Error processing tar file(exit status 1): no space left on device

first run docker image prune to clean up all dangling images

if this didn't help you might need to check this answer

Docker error : no space left on device

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)

运行或者 build 的时候添加下面的选项,引起该问题的原因可能是 用户在 build 的时候指定的 platform 是linux/amd64。

docker build --platform linux/amd64 -t nginx:latest .
docker run --platform linux/amd64 nginx:latest
相关推荐
没耳朵的Rabbit2 小时前
RedHat运维-LinuxSELinux基础3-用布尔值调整SELinux政策
运维·服务器
kinlon.liu2 小时前
Linux的前世今生
linux·运维·服务器
CloudJourney2 小时前
探索 Kali Linux:定义、架构、原理、应用场景及常见命令体系
linux·运维·架构
没耳朵的Rabbit2 小时前
RedHat运维-LinuxSELinux基础1-SELinux三种状态
运维·服务器·网络
季春二九3 小时前
解决 Docker 容器镜像拉取难题:全面指南
运维·docker·容器
^_^ 纵歌3 小时前
virtualbox和docker的区别和优缺点以及如何选择
运维·docker·容器
运维之美@4 小时前
Linux dig命令常见用法
linux·运维·服务器
march of Time6 小时前
docker容器技术、k8s的原理和常见命令、用k8s部署应用步骤
docker·容器·kubernetes
YCyjs6 小时前
云计算【第一阶段(27)】DHCP原理与配置以及FTP的介绍
linux·运维·服务器·云计算
新手小新6 小时前
关于新装Centos7无法使用yum下载的解决办法
linux·运维·centos