We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Program Files>.\docker-ci-zap.exe -folder "C:\Program Files\Docker" time="2018-07-04T11:38:09+05:30" level=error msg="hcsshim::DestroyLayer - Win32 API call returned error r1=0x80070005 err=Access is denied.id=Docker flavour=0" ERROR: hcsshim::DestroyLayer - Win32 API call returned error r1=0x80070005 err=Access is denied.id=Docker flavour=0 C:\Program Files>ls Docker Docker
after i gave it relative path and it said Zapped Succesfully but still Docker directory was present.
C:\Program Files>ls Docker Docker C:\Program Files>.\docker-ci-zap.exe -folder Docker INFO: Zapped successfully
The text was updated successfully, but these errors were encountered:
hmm... the path should be using ProgramData, not Program Files.
ProgramData
Program Files
ProgramData is a hidden directory.
The files that are being zapped are specifically at C:\ProgramData\Docker\windowsfilter\ but you target the parent directory with this tool.
C:\ProgramData\Docker\windowsfilter\
Sorry, something went wrong.
No branches or pull requests
after i gave it relative path and it said Zapped Succesfully but still Docker directory was present.
The text was updated successfully, but these errors were encountered: