Difference between revisions of "Multipass launch"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 6: Line 6:
 
  launch failed: failed to download from 'http://cloud- images.ubuntu.com/releases/server/releases/bionic/release-20200129.1/ubuntu-18.04-server-cloudimg-amd64.img': Network timeout
 
  launch failed: failed to download from 'http://cloud- images.ubuntu.com/releases/server/releases/bionic/release-20200129.1/ubuntu-18.04-server-cloudimg-amd64.img': Network timeout
  
 +
 +
multipass launch --[[cpus]] 2 --mem 8G --disk 25G --name MY_NEW_VM
 
  multipass launch --[[cpus]] 2 --mem 8G --name MY_NEW_VM
 
  multipass launch --[[cpus]] 2 --mem 8G --name MY_NEW_VM
 
  multipass launch --[[cpus]] 2 --name MY_NEW_VM
 
  multipass launch --[[cpus]] 2 --name MY_NEW_VM

Revision as of 03:02, 12 May 2020

The multipass launch command without any argument will create and start a new instance based on the default image, using a random generated name:

https://multipass.run/docs/launch-command

multipass launch --name ubuntu-vm
launch failed: failed to download from 'http://cloud- images.ubuntu.com/releases/server/releases/bionic/release-20200129.1/ubuntu-18.04-server-cloudimg-amd64.img': Network timeout


multipass launch --cpus 2 --mem 8G --disk 25G --name MY_NEW_VM
multipass launch --cpus 2 --mem 8G --name MY_NEW_VM
multipass launch --cpus 2 --name MY_NEW_VM


See also

Advertising: