docker-engine

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 (Daemon)

Commands

docker

Examples

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