-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Description
BUG REPORT INFORMATION
Description
Using Docker for Windows Edge I built a new asp.net core app on nanoserver. Pushed to Docker Hub. Pull on Windows Server 2016 results in an error.
Steps to reproduce the issue:
On Windows Server 2016: docker pull pdebruin/aspcoremvc1802
or to also build the image
- on D4W git clone https://github.com/pdebruin/aspnetcoremvc.git (or dotnet new mvc and add the dockerfile)
- docker build . -t /aspnetcoremvc1802
- docker push /aspnetcoremvc1802
- On WS2016 docker pull /aspnetcoremvc1802
Describe the results you received:
When I pull it to WS2016 I get an error when the first layer is almost done extracting: failed to register layer: re-exec error: exit status 1: output: ProcessUtilityVMImage C:\ProgramData\docker\windowsfilter\6faec334f4ba8d55ae5707f2456e474ee6086307e502463bbb64820951f7ee53\UtilityVM: The system cannot find the path specified.
Describe the results you expected:
docker pull should just work (or if it requires a different engine it should say so)
Additional information you deem important (e.g. issue happens only occasionally):
I can reproduce on another WS2016: Just pull pdebruin/aspcoremvc1802. The exact same build on a 17.06 machine works fine anywhere else.
Output of docker version:
D4W Win10
Client:
Version: 18.02.0-ce-rc1
API version: 1.35
Go version: go1.9.2
Git commit: 5e1d90a
Built: Thu Jan 25 00:34:00 2018
OS/Arch: windows/amd64
Experimental: true
Orchestrator: kubernetes
Server:
Engine:
Version: 18.02.0-ce-rc1
API version: 1.36 (minimum version 1.24)
Go version: go1.9.3
Git commit: 5e1d90a
Built: Thu Jan 25 00:47:42 2018
OS/Arch: windows/amd64
Experimental: true
Output of docker info:
Containers: 4
Running: 0
Paused: 0
Stopped: 4
Images: 11
Server Version: 18.02.0-ce-rc1
Storage Driver: windowsfilter (windows) lcow (linux)
Windows:
LCOW:
Logging Driver: json-file
Plugins:
Volume: local
Network: ics l2bridge l2tunnel nat null overlay transparent
Log: awslogs etwlogs fluentd gelf json-file logentries splunk syslog
Swarm: inactive
Default Isolation: hyperv
Kernel Version: 10.0 16299 (16299.15.amd64fre.rs3_release.170928-1534)
Operating System: Windows 10 Pro
OSType: windows
Architecture: x86_64
CPUs: 4
Total Memory: 15.93GiB
Name: DESKTOP-49LCHD9
ID: KZRK:ZMLF:BN5U:OXYU:BRUB:EPCG:FLN4:EKH6:V6H4:6BBG:TWH5:JVAC
Docker Root Dir: C:\ProgramData\Docker
Debug Mode (client): false
Debug Mode (server): true
File Descriptors: -1
Goroutines: 29
System Time: 2018-02-02T09:21:14.2276791+01:00
EventsListeners: 1
Registry: https://index.docker.io/v1/
Labels:
Experimental: true
Insecure Registries:
dtrlb-k3o7y3fv3kvgm.westeurope.cloudapp.azure.com
127.0.0.0/8
Live Restore Enabled: false
Output of docker version:
WS2016
Client:
Version: 17.06.1-ee-2
API version: 1.30
Go version: go1.8.3
Git commit: 8e43158
Built: Wed Aug 23 21:16:53 2017
OS/Arch: windows/amd64
Server:
Version: 17.06.1-ee-2
API version: 1.30 (minimum version 1.24)
Go version: go1.8.3
Git commit: 8e43158
Built: Wed Aug 23 21:25:53 2017
OS/Arch: windows/amd64
Experimental: false
Output of docker info:
Containers: 2
Running: 0
Paused: 0
Stopped: 2
Images: 55
Server Version: 17.06.1-ee-2
Storage Driver: windowsfilter
Windows:
Logging Driver: json-file
Plugins:
Volume: local
Network: l2bridge l2tunnel nat null overlay transparent
Log: awslogs etwlogs fluentd json-file logentries splunk syslog
Swarm: inactive
Default Isolation: process
Kernel Version: 10.0 14393 (14393.1715.amd64fre.rs1_release_inmarket.170906-1810)
Operating System: Windows Server 2016 Datacenter
OSType: windows
Architecture: x86_64
CPUs: 1
Total Memory: 3.5GiB
Name: pieterd-vsts
ID: M6TN:V5PO:2Q2S:DEP7:BY4P:PBZ3:PNHV:3I7M:NX3D:JHZ6:XGNL:Y727
Docker Root Dir: C:\ProgramData\docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
dtrlb-k3o7y3fv3kvgm.westeurope.cloudapp.azure.com
127.0.0.0/8
Live Restore Enabled: false
Additional environment details (AWS, VirtualBox, physical, etc.):
D4W on Windows 10 physical.
WS2016 physical and another on Azure.