I was trying to create a writable scratch layer based on two read-only layers from microsoft/nanoserver:latest. After I imported the two layers, when I tried to run .\wclayer.exe create -l l_1 -l l_2 l_3 (l_1 and l_2 are the read-only layers, l_3 is the scratch layer I want to create), it failed with:
ERRO[0000] hcsshim::CreateScratchLayer failed in Win32: The system cannot find the path specified. (0x3) path=C:\Users\t-liazha\Desktop\test\l_3
hcsshim::CreateScratchLayer failed in Win32: The system cannot find the path specified. (0x3) path=C:\Users\t-liazha\Desktop\test\l_3
Any one has any idea on this?
I was trying to create a writable scratch layer based on two read-only layers from
microsoft/nanoserver:latest. After I imported the two layers, when I tried to run.\wclayer.exe create -l l_1 -l l_2 l_3(l_1andl_2are the read-only layers,l_3is the scratch layer I want to create), it failed with:Any one has any idea on this?