Skip to content

Instantly share code, notes, and snippets.

@hey-laura
Last active October 19, 2022 06:08
Show Gist options
  • Save hey-laura/5df06dfd41b91fb05aadf6d420347006 to your computer and use it in GitHub Desktop.
Save hey-laura/5df06dfd41b91fb05aadf6d420347006 to your computer and use it in GitHub Desktop.
Run Ubuntu VM on M1 Mac
# 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