Incus CLI documentation extracted from incus --help with a combined file ready for AI consumption.
The combined file is incus-doc-cli.txt.
Incus is a truly free open-source command-line container and virtual machine manager.
It provides a unified experience for running and managing :
- full Linux systems inside containers (shares the host kernel).
- full Linux or non-Linux systems in virtual machines (UEFI or not).
- OCI container images (similar to Docker or Podman).
Incus supports container and virtual-machine images for a large number of Linux distributions (official Ubuntu images and images provided by the community).
It scales from one instance on a single machine to a cluster in a full data center rack, making it suitable for running workloads both for development and in production.
Incus allows you to easily set up a system that feels like a small private cloud. You can run any type of workload in an efficient way while keeping your resources optimized.
Its entry point is the incus command.
- The doc folder of this repo contains a copy of the official
incuscommand help for commands and subcommands. - The top level is the
incuscommand.
- incus version : Check the incus-version.txt file.
- Date of extraction : Check the extraction-date.txt file.
- The content of the doc/incus folder was extracted automatically from the CLI.
- Generation scripts found in the scripts folder. The complete extraction cycle is controlled by scripts/refresh.sh
- *.md files were generated manually.
- The combined file combines the extracted files and the manually created files.
- License : Released under the Apache 2.0 License as derivative work of incus.
- incus is licensed under the Apache 2.0 License.