1. Installation for Windows

Installation for Windows

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

When asked to use Windows container, choose NOT to.

Shell recommendation for Windows

We highly recommend to use the Bash emulation Git Bash from Git for Windows to do the exercises in this training.

Proxy configuration for Windows

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.

Git Bash:

export HTTP_PROXY="http://<username>:<password>@<proxy>:<port>"
export HTTPS_PROXY="http://<username>:<password>@<proxy>:<port>"

See also setting the proxy environment variables on Windows 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!