Docker

    With Docker, developers can build any app in any language using any toolchain. “Dockerized” apps are completely portable and can run anywhere - colleagues’ macOS and Windows laptops, QA servers running Ubuntu in the cloud, and production data center VMs running Red Hat.

    Docker for Mac can be downloaded here.

    Docker Toolbox

    You’ll need to install Docker Toolbox, if you don’t have it refer to this section.

    1. $ docker run hello-world

    You can find more about Docker in the .