2. Installation for Mac
Installation for Mac
Please follow the instructions on Docker’s official documentation to install Docker CE for Mac.
Note
You don’t have to register for a Docker Cloud account.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>"
Note
If you have special characters in your password, you have to encode them according to Percent-encoding reserved characters .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!