I have extracted a Windows Docker image using extractcode. I noticed that the Program Files directory in one of the layers had the space replaced with an underscore (Program_Files vs Program Files). I expect that the path of the files/directory would not be modified when extracted.
I have extracted a Windows Docker image using extractcode. I noticed that the
Program Filesdirectory in one of the layers had the space replaced with an underscore (Program_FilesvsProgram Files). I expect that the path of the files/directory would not be modified when extracted.