Last active
October 19, 2022 06:08
-
-
Save hey-laura/5df06dfd41b91fb05aadf6d420347006 to your computer and use it in GitHub Desktop.
Run Ubuntu VM on M1 Mac
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
# install multipass tool | |
brew install --cask multipass | |
# create vm | |
multipass launch --name testvm | |
# access vm | |
multipass exec testvm -- bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment