Conversation
| ```powershell | ||
| cd "C:\ProgramData\docker" | ||
| .\docker-ci-zap.exe -folder "." | ||
| ``` |
There was a problem hiding this comment.
use the original instructions, for you should pass the full path in -folder argument (as it's unlikely to be different); however, putting the executable in your ProgramData folder isn't necessary, likely, nor recommend. people install tools in tools folders not data folders
|
How did you get around TrustedInstaller owning some directories and files in subdirectories of |
| @@ -1,4 +1,23 @@ | |||
| This program will call the hcship.DestroyLayer system call on the specified folder | |||
| This program will call the hcship.DestroyLayer system call on the specified folder | ||
|
|
||
| run file: | ||
| This will effectively reclaim a lot of hard-drive space for an undocumented reason. |
There was a problem hiding this comment.
Perhaps document it here..... All the API actually does is take back-up privileges and effectively do the linux-equivalent to rm -rf or PowerShell Remove-Item -Recurse -Force. Also a lot is highly subjective. Please be specific and say exactly what it is removing when used correctly (and potentially very dangerously).
|
|
||
| ```powershell | ||
| net start docker | ||
| ``` |
There was a problem hiding this comment.
It may well be necessary to reboot between 1 and 2 to ensure there are no containers running which have ref counts to files which cannot be removed.
|
Note: this executable errors if you don't have the hyper-v platform windows feature enabled, this seems to be a pre-requisite. |
No description provided.