本文介绍了尝试加载nanoserver图像时重新执行错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试按照Windows 10快速入门指南进行操作:

I'm trying to follow the Windows 10 Quick start guide at:

https://msdn.microsoft.com/virtualization/windowscontainers/quick_start/quick_start_windows_10

但是,我无法加载nanoserver图像。我收到以下错误消息:

However, I'm unable to load the nanoserver image. I get the following error message:

PS C:\WINDOWS\system32> docker load -i nanoserver.tar.gz
58684737b3d1: Loading layer [==================================================>] 358.4 MB/358.4 MB
re-exec error: exit status 1: output: ProcessUtilityVMImage C:\ProgramData\Docker\windowsfilter\98fe43a034d9f920760581f7
425a6da2797bb37f77d5a2229831c03301be32c5\UtilityVM: The process cannot access the file because it is being used by anoth
er process.
Client:
 Version:      1.13.0-dev
 API version:  1.25
 Go version:   go1.6.3
 Git commit:   295679c
 Built:        Fri Jul 29 18:43:44 2016
 OS/Arch:      windows/amd64

Server:
 Version:      1.13.0-dev
 API version:  1.25
 Go version:   go1.6.3
 Git commit:   295679c
 Built:        Fri Jul 29 18:43:44 2016
 OS/Arch:      windows/amd64

我也尝试了多个1.12版本。

I've also tried multiple 1.12 versions.

Windows版本:  10.0.14393(build  14393.5版本1607)早期版本也会出现问题。我还注意到,在错误出现之前,Windows任务栏中的图标会变为白色。

Windows version: 10.0.14393 ( build 14393.5 version 1607) The issue also occurred with earlier builds. I also noticed that the icons in the windows taskbar become white for a second right before the error appears.

有没有人知道可能导致此问题的原因问题?如果需要更多信息,请告诉我。

Does anyone have an idea what may cause this issue? Please let me know if more information is required.

推荐答案


这篇关于尝试加载nanoserver图像时重新执行错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-18 04:49
查看更多