Forrest logo
back to context overview

multipass

List of commands for multipass:

  • multipass:tldr:123f1 multipass: Show the properties of an instance.
    $ multipass info ${instance_name}
    try on your machine
    explain this command
  • multipass:tldr:7aa67 multipass: List the aliases that can be used to launch an instance.
    $ multipass find
    try on your machine
    explain this command
  • multipass:tldr:8bc77 multipass: Launch a new instance, set its name and use a cloud-init configuration file.
    $ multipass launch -n ${instance_name} --cloud-init ${configuration_file}
    try on your machine
    explain this command
  • multipass:tldr:9fcd5 multipass: Mount a directory into a specific instance.
    $ multipass mount ${path-to-local-directory} ${instance_name}:${path-to-target-directory}
    try on your machine
    explain this command
  • multipass:tldr:a5835 multipass: Start a specific instance by name.
    $ multipass start ${instance_name}
    try on your machine
    explain this command
  • multipass:tldr:e4883 multipass: Delete an instance by name.
    $ multipass delete ${instance_name}
    try on your machine
    explain this command
  • multipass:tldr:e99a1 multipass: List all the created instances and some of their properties.
    $ multipass list
    try on your machine
    explain this command
  • multipass:tldr:ec429 multipass: Open a shell prompt on a specific instance by name.
    $ multipass shell ${instance_name}
    try on your machine
    explain this command
back to context overview