Docker has a Windows version; the Windows version of Docker can run in 64-bit Windows and is a "Docker Community Edition" application; the Windows version of Docker can be installed in the Professional Edition, Enterprise Edition and Education Edition Windows, but the home version is not supported.
The operating environment of this tutorial: Windows 10 system, docker version 19.03, Dell G3 computer.
Docker has a windows version
Docker for Windows is a Docker Community Edition (CE) application.
The Docker for Windows installation package contains everything needed to run Docker on Windows systems. If you don't want to install a virtual machine and want to install and learn to use Docker directly in your Windows operating system, you first need to check whether the system meets the installation and use requirements of Docker for Windows. As follows:
1. The current version of Docker for Windows runs on 64-bit Windows 10 Pro, Professional Edition, Enterprise Edition and Education Edition. (Does not support home version)
2. Check whether the computer’s virtualization is turned on:
Right-click the start button in the lower left corner of the computer->Task Manager->Performance —>cpu, check whether virtualization is enabled. If virtualization is displayed as disabled, you need to restart the computer and enter the bios to enable virtualization (by yourself, Baidu, without a computer, the method is different)
3. After restarting, enable virtualization. Check again in Task Manager that virtualization is enabled.
## 4. Left-click the Start button in the lower left corner of the computer—>Click “Settings”—>Search for “Windows Features”—>Turn Windows features on or off— >Check Hyper-v. After enabling it, the computer will restart and the installation environment is configured successfully. Download and install 1. Enter the official websitehttps://docs.docker.com/docker-for-windows/install/#download-docker-for-windows
https://hub.docker.com/signup
## Recommended study: "
docker video tutorialThe above is the detailed content of Does docker have a windows version?. For more information, please follow other related articles on the PHP Chinese website!