lxc

CLI client for managing LXD containers and virtual machines

brewmacoslinux
Try with needOr install directly
Source

About

CLI client for interacting with LXD

Commands

lxc

Examples

List all containers and virtual machines$ lxc list
Launch a new Ubuntu container$ lxc launch ubuntu:22.04 my-container
Execute a command inside a container$ lxc exec my-container -- bash