Examples (8)
List all containers and virtual machines (both running and stopped)
incus listCreate a container from an image, with a custom name
incus create image container_nameStart or stop an existing container
incus start|stop container_nameOpen a shell inside an already running container
incus shell container_nameRemove a stopped container
incus delete container_namePull an image from an image repository (remote) to local
incus copy remote:image local:custom_image_nameList all available images in the official `images:` remote
incus image list images:List all images already downloaded to the `local:` remote
incus image list local:made by @shridhargupta | data from tldr-pages