2. Installation for Mac

Installation for Mac

Please follow the instructions on Docker’s official documentation to install Docker CE for Mac.

Proxy configuration for Mac

If your organization has a proxy in place you have to set the proxy environment variables in order to be able to do docker pull or docker push.

export http_proxy="http://<username>:<password>@<proxy>:<port>"
export https_proxy="http://<username>:<password>@<proxy>:<port>"

See also setting the proxy environment variables on Mac for alternative instructions on setting proxy environment variables.

Next steps

When you’re ready to go, head on over to the labs and begin with the training!