简体   繁体   English

Windows上的Docker:错误处理tar文件(退出状态1):写入/app/wiki.de.bin:设备上没有剩余空间

[英]Docker on Windows: Error processing tar file(exit status 1): write /app/wiki.de.bin: no space left on device

I am trying to add a .bin file (name wiki.de.bin ) to the docker via a DockerFile. 我试图通过DockerFile将.bin文件(名称为wiki.de.bin )添加到Docker。 When I try to build it, I get an error message: 当我尝试构建它时,出现错误消息:

Error processing tar file(exit status 1): write /app/wiki.de.bin: no space left on device.

I have done docker system prune as well as docker volume ls -qf dangling=true , however it does not help. 我已经完成了docker system prune以及docker volume ls -qf dangling=true ,但是它没有帮助。

What should I do? 我该怎么办?

I am using Windows 10 Home which has Hyper-V available. 我正在使用具有Hyper-V的Windows 10 Home。

Here is the relevant System information. 这是相关的系统信息。

在此处输入图片说明

Does it have anything to do with the fact that I have only 6.42GB available virtual memory? 我只有6.42GB的可用虚拟内存,这与它有什么关系吗? IF yes, how do I resolve this issue? 如果是,如何解决此问题?

Did you also tried docker volume prune ? 您还尝试了docker volume prune吗? Sometimes I have to do this and then regenerate my volumes later. 有时我必须这样做,然后稍后再生成卷。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 大量空间,但 - [53100] 错误:无法写入块……:设备上没有剩余空间 - Tons of space but - [53100] ERROR: could not write block …: No space left on device Chef Kitchen 收敛正在生成 [设备上没有剩余空间 - 写入] 错误 - Chef Kitchen converge is generating [No space left on device - write] error Docker错误:退出状态255 - Docker error: exit status 255 错误(mingw32/bin/ld.exe 最终链接失败:设备上没有剩余空间)构建 C++ 项目 - Error (mingw32/bin/ld.exe final link failed: No space left on device) building C++ project Python Windows将HEX写入BIN到文件中 - Python Windows write HEX to BIN into file 为什么Windows批处理文件处理由于语法错误而在IF条件下退出? - Why does Windows batch file processing exit on IF condition because of a syntax error? 如何在Windows批处理文件中获取Java程序的退出状态 - How to get the exit status of a Java program in Windows batch file Windows Python2.7 mysqldb安装错误退出状态2 - Windows Python2.7 mysqldb installation error exit status 2 将文件写入连接到Windows PC的PNP设备 - Write file to a PNP device connected to a Windows PC Windows 10 Docker : /usr/bin/env: 'php\\r': 没有那个文件或目录 - Windows 10 Docker : /usr/bin/env: 'php\r': No such file or directory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM