本文介绍了App Service中新发布的Windows Containers支持因磁盘错误而失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

获取错误"磁盘空间不足"试图拉动artisticcheese / whoami形象。给出了什么?

Getting error "there is not enough space on disk" trying to pull artisticcheese/whoami image. What gives?

04/04/2019 01:00:23.101 ERROR - Site: Cust1ContainerApp - Pull image completed but it was not found locally. Image: artisticcheese/whoami. Errors: failed to register layer: re-exec error: exit status 1: output: BackupWrite \\?\C:\DockerData\windowsfilter\28c66d19bd9e10fb2c55a00fc2218a78f033459e43b82efb73fd593c03d7efdd\UtilityVM\Files\Windows\WinSxS\ManifestCache\6a44e17753079b14_blobs.bin: There is not enough space on the disk. 
04/04/2019 01:00:23.102 ERROR - Site: Cust1ContainerApp - Unable to start container. Exception: System.Exception: Pull image completed but it was not found locally. Image: artisticcheese/whoami. Errors: failed to register layer: re-exec error: exit status 1: output: BackupWrite \\?\C:\DockerData\windowsfilter\28c66d19bd9e10fb2c55a00fc2218a78f033459e43b82efb73fd593c03d7efdd\UtilityVM\Files\Windows\WinSxS\ManifestCache\6a44e17753079b14_blobs.bin: There is not enough space on the disk. . Layers: latest,bce2fbc256ea,d4a9b16fd154,5e76f215c6d1,5250e2dbc87d,2f9e4a5e355f,1043737cd2e3,09b0e6ee24f0,7c5601ee5811,b89f10f08231,38d20e406975,58b8d317fd52,
   at Microsoft.Web.Hosting.ProcessModel.HyperVComputeSystem.<PullImage>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Web.Hosting.ProcessModel.HyperVContainer.<Start>d__77.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Web.Hosting.ProcessModel.ServiceContext.<StartContainerInternal>d__338.MoveNext()
04/04/2019 01:00:23.102 INFO - Site: Cust1ContainerApp - Purging after container failed to start
04/04/2019 01:00:23.129 INFO - Site: Cust1ContainerApp - Attempting to write 0 pending logs
04/04/2019 01:00:23.129 INFO - Site: Cust1ContainerApp - Purging pending logs after stopping container
04/04/2019 01:00:23.144 INFO - Site: Cust1ContainerApp - Attempting to write 0 pending logs

推荐答案

您可以尝试使用以下链接检查docker日志。

You can try checking docker logs using below link.

https://github.com/Azure/app-service-windows-containers/wiki/things-you -should-know#all-containers-have-2gb-ram-assigned-by-default-but-you-can-configure-this-setting








这篇关于App Service中新发布的Windows Containers支持因磁盘错误而失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 01:54