docker

Pack, ship, and run applications as lightweight containers

brewmacoslinux
Try with needOr install directly
Source

About

Pack, ship and run any application as a lightweight container

Commands

docker

Examples

Run a container from an image$ docker run -d --name my-app nginx
List running containers$ docker ps
Build an image from a Dockerfile$ docker build -t my-image:latest .