- 2025年8月4日
- 2025年8月4日
【Docker】Building a Docker Desktop Environment on Windows
This article will explain how to build a Docker environment on Windows. Docker is essentially Linux-based, but it now also supports Windows. System requirements The system requirements for installing Docker on Windows are as follows: Docker is a Linux-based application. To run it on Windows, you must create a virtual Linux environment using either WSL2 or Hyper-V. If you use the current Docker Desktop installer, WSL2 will install alongside it. The default distribution is Ubuntu. If you want to use a Linux distribution other than Ubuntu with WSL2, you must install the distribution separately. Installing Docker Desktop Download installer First, download the installer from the official website. https://docs.docker.com/desktop/release-notes Select and download the Windows installer for your desired version. The Docker Desktop Installer.exe file will download and then, run it. After launching the installer, a window will appear. Check the box to put the Docker Desktop icon on your desktop, then […]