Docker on MacOS
Docker is a useful tool to create specific, isolated enviroments on your machine.
To install Docker, head to the Docker Hub to download the latest Community Edition of Docker (stable version).
Additional installation help as well as OS requirements for the install are detailed on the MacOS Docker pages.
In order to verify, open your terminal and type
docker ps
docker run hello-world
You should see something similar to: