runc

CLI tool for spawning and running containers per OCI spec

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for spawning and running containers according to the OCI specification

Commands

runc

Examples

Create and run a container from an OCI bundle$ runc run mycontainer
List all running containers$ runc list
Execute a command inside a running container$ runc exec mycontainer /bin/sh