crun

Fast and lightweight OCI runtime for running containers

brewmacoslinux
Try with needOr install directly
Source

About

Fast and lightweight fully featured OCI runtime and C library

Commands

crun

Examples

Run a container from an OCI bundle$ crun run -b /path/to/bundle container-id
List all running containers$ crun list
Execute a command in a running container$ crun exec container-id /bin/sh