Skip to content

Instantly share code, notes, and snippets.

@royratcliffe
Last active October 27, 2023 16:39
Show Gist options
  • Save royratcliffe/70a8e2815ebf1229a9aad925e8fcde3f to your computer and use it in GitHub Desktop.
Save royratcliffe/70a8e2815ebf1229a9aad925e8fcde3f to your computer and use it in GitHub Desktop.
diskpart
@REM wsl --shutdown docker-desktop
@REM wsl --shutdown docker-desktop-data
select vdisk file="C:\Users\..\AppData\Local\Docker\wsl\data\ext4.vhdx"
attach vdisk readonly
compact vdisk
detach vdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment