Skip to content

Instantly share code, notes, and snippets.

@joshkitt
Last active December 24, 2020 01:34
Show Gist options
  • Save joshkitt/36887ac7757be36f5538949f6988cfee to your computer and use it in GitHub Desktop.
Save joshkitt/36887ac7757be36f5538949f6988cfee to your computer and use it in GitHub Desktop.
Multipass - Resize a multipass instance on MacOS
sudo /Applications/Docker.app/Contents/MacOS/qcow-tool resize --size=$(( 12 * 1024 * 1024 * 1024 )) "/var/root/Library/Application Support/multipassd/vault/instances/blissful-glowworm/ubuntu-20.04-server-cloudimg-amd64.img"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment