Advertisement
andrejsstepanovs

multipass

Nov 6th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. # Multipass uses KVM on Linux, Hyper-V on Windows, and HyperKit on macOS
  2.  
  3. sudo snap install multipass --classic --stable
  4.  
  5. multipass ls
  6. multipass find
  7. multipass launch daily:20.04
  8. multipass launch -n rancher-node-6 -d 20G -c 2 -m 2G
  9. multipass shell foo
  10. multipass stop foo
  11. multipass delete foo
  12. multipass purge
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement