Created
March 18, 2022 13:35
-
-
Save fffx/670bf74ca863c31bed072c19534a498c to your computer and use it in GitHub Desktop.
multipass notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh_authorized_keys: | |
- < your public key here> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Lanuch vm with authorized_keys | |
multipass launch --cloud-init ~/.cloud-init.yml --disk 10G | |
# stop all | |
multipass list | awk 'NR > 1 { print $1}' | xargs -I {} multipass stop {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment