Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 296 Bytes

INCUS_TUTORIAL.md

File metadata and controls

11 lines (8 loc) · 296 Bytes

Incus

  • List machines: incus ls
  • Enter a machine: incus exec NAME bash
  • Edit a machine: incus config edit NAME
  • Edit default profile: incus profile edit default

Launch:

  • List images incus image list images:
  • Launch something: incus launch --vm images:ubuntu/22.04 my-ubuntu