简体   繁体   English

docker 无法注册层 Windows 10 版本 1709(内部版本 16299.1087)

[英]docker failed to register layer windows 10 version 1709 (build 16299.1087)

I'm on Windows 10 version 1709 (build 16299.1087).我使用的是 Windows 10 版本 1709(内部版本 16299.1087)。 Ultimately, I want to work with Windows containers.最终,我想使用 Windows 容器。 When I do docker pull mcr.microsoft.com/windows/nanoserver:1709 I get当我做docker pull mcr.microsoft.com/windows/nanoserver:1709我得到

1709: Pulling from windows/nanoserver
407ada6e90de: Extracting  81.04MB/81.04MB
9ef95ce817ec: Download complete
failed to register layer: re-exec error: exit status 3221225794: output:

Not sure how to grok the exit status or the empty error message.不确定如何理解退出状态或空错误消息。 Any thoughts?有什么想法吗?

EDIT:编辑:

Running docker info gives me:运行docker info给了我:

 Kernel Version: 10.0 16299 (16299.637.amd64fre.rs3_release_svc.180808-1748)
 Operating System: Windows 10 Pro Version 1709 (OS Build 16299.1087)
 OSType: windows
 Architecture: x86_64
 CPUs: 8
 Total Memory: 7.958GiB

重新启动我的机器解决了这个问题......

Check your Docker for Windows service and ensure that it's set to run Windows containers.检查您的 Docker for Windows 服务并确保它设置为运行 Windows 容器。 In your setup, you have to switch the service back and forth:在您的设置中,您必须来回切换服务:

在此处输入图片说明

You can see some explanation here: https://github.com/docker/for-win/issues/933你可以在这里看到一些解释: https : //github.com/docker/for-win/issues/933

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

相关问题 DSC Pull服务器无法注册Windows 10(1709)客户端 - DSC Pull server unable to register Windows 10 (1709) Client Docker 构建失败并出现错误:无法注册层:重新执行错误:退出状态 1 - Docker build fails with error: failed to register layer: re-exec error: exit status 1 无法在Windows 10中建立wasmtime - Failed to build wasmtime in Windows 10 无法在 Windows 10 上构建 Docker 映像 - Unable to build a Docker image on Windows 10 运行 dockerd 会出现错误“open //./pipe/docker_engine: Access is denied”。 (Windows 服务器 1709) - Running dockerd gives error “open //./pipe/docker_engine: Access is denied.” (Windows Server 1709) 自Windows 10 1709更新以来-System.OutOfMemoryException c#.net - Since Windows 10 1709 Update - System.OutOfMemoryException c# .net Docker 桌面安装失败:在 Windows 10 上未满足一个先决条件 - Docker Desktop Installation failed: one prerequisite is not fulfilled on Windows 10 我可以使用Windows 10 Insider预览版来构建Docker映像吗 - Can I use Windows 10 Insider preview to build a docker image docker 映像构建 windows 10 上的“上下文已取消”错误 - docker image build "context canceled" error on windows 10 Windows 10 上的 Docker“驱动程序在端点上编程外部连接失败” - Docker on Windows 10 “driver failed programming external connectivity on endpoint”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM