Docker commit在windows Server 2019上不起作用

Docker commit在windows Server 2019上不起作用,docker,Docker,我有WindowsServer2019虚拟机与Docker合作,有250Gb的硬盘和16GB的ram 我已经编写了一个dockerfile,用于复制一些设置,然后在容器上手动运行安装。现在我需要使用这些容器创建图像。当我使用Docker commit时,它给出的问题如下 "Error response from daemon: re-exec error: exit status 1: output: time=“2019-04-02T12:22:17+05:30” level=error ms

我有WindowsServer2019虚拟机与Docker合作,有250Gb的硬盘和16GB的ram

我已经编写了一个dockerfile,用于复制一些设置,然后在容器上手动运行安装。现在我需要使用这些容器创建图像。当我使用Docker commit时,它给出的问题如下

"Error response from daemon: re-exec error: exit status 1: output: time=“2019-04-02T12:22:17+05:30” level=error msg=“hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=\?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719”
hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719"
Docker版本: 客户:Docker引擎-社区 版本:18.09.2 API版本:1.39 Go版本:go1.10.8 Git提交:6247962 建造日期:2019年2月10日星期日04:12:31 OS/Arch:windows/amd64 实验性:错误

PS C:\data1> docker commit fcc9a5618b85 test:v1 #Committing Container

Error response from daemon: re-exec error: exit status 1: output: time=“2019-04-02T12:22:17+05:30” level=error msg=“hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=\?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719”
hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719
PS C:\data1> docker commit fcc9a5618b85 test:v1 #Committing Container

Error response from daemon: re-exec error: exit status 1: output: time=“2019-04-02T12:22:17+05:30” level=error msg=“hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=\?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719”
hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719
服务器:Docker引擎-社区 发动机: 版本:18.09.2 API版本:1.39(最低版本1.24) Go版本:go1.10.6 Git提交:6247962 建造时间:2019年2月10日星期日04:28:48 OS/Arch:windows/amd64 实验性:错误

PS C:\data1> docker commit fcc9a5618b85 test:v1 #Committing Container

Error response from daemon: re-exec error: exit status 1: output: time=“2019-04-02T12:22:17+05:30” level=error msg=“hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=\?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719”
hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719
PS C:\data1> docker commit fcc9a5618b85 test:v1 #Committing Container

Error response from daemon: re-exec error: exit status 1: output: time=“2019-04-02T12:22:17+05:30” level=error msg=“hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=\?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719”
hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) path=?\C:\ProgramData\Docker\windowsfilter\5bb9eea39e188d382fb8f336112584f3100797ac9fa887012e70c78fa7f2245a folder=C:\ProgramData\Docker\tmp\hcs981676719
预期结果:

PS C:\temp> docker commit suspicious_babbage temp-mysql:v1
sha256:6b4ddfffe4743cc21894ff3beb173fb7d24a7646f0c1b1fcb948eb60832717b1
实际结果:

PS C:\temp> docker commit suspicious_babbage temp-mysql:v1
sha256:6b4ddfffe4743cc21894ff3beb173fb7d24a7646f0c1b1fcb948eb60832717b1