incus

CLI client for managing and interacting with Incus containers

brewmacoslinux
Try with needOr install directly
Source

About

CLI client for interacting with Incus

Commands

incus

Examples

List all containers on the local Incus server$ incus list
Launch a new Ubuntu container named 'my-container'$ incus launch ubuntu:22.04 my-container
Execute a shell command inside a running container$ incus exec my-container -- bash