Install Docker Desktop
Docker Desktop is a tool for MacOS and Windows machines for the building and sharing of containerized applications and microservices. It is the fastest and easiest way to get started with Docker on your local machine.
Installation
If not already installed as part of the Windows Subsystem for Linux (WSL) setup, follow the below steps to install Docker Desktop.
- Download the Docker Desktop installer for your operating system.
- Run the installer and follow the prompts to install Docker Desktop.
WSL
- Ensure that Docker Desktop is set to use the WSL2 backend. This can be done by right clicking the Docker Desktop icon in the system tray and selecting
Settings
. From there, selectGeneral
and ensureUse the WSL 2 based engine
is checked. - Ensure that Docker Desktop is available to your WSL distro. This can be done by right clicking the Docker Desktop icon in the system tray and selecting
Settings
. From there, selectResources
,WSL Integration
and ensure that the distro you are using is checked. - If using a device that has a proxy server, such as a Defra device, you will need to configure Docker Desktop to work around the proxy to avoid network conflicts. This can be done by right clicking the Docker Desktop icon in the system tray and selecting
Settings
. From there, selectResources
,Proxies
and ensure thatManual proxy configuration
is checked.