container

Create and run Linux containers using lightweight virtual machines

brewmacoslinux
Try with needOr install directly
Source

About

Create and run Linux containers using lightweight virtual machines

Commands

container

Examples

Create a new container$ container create --name mycontainer ubuntu
Start a running container$ container start mycontainer
Run a command inside a container$ container run mycontainer /bin/bash -c 'echo Hello'