When I was investigating to introduce Docker to Windows 10 Home, the information was confused and confused, so I summarized it. As of August 2020
In order to use docker on Windows 10 (64bit), you need to install Docker desktop for windows
.
In the old article, it was written that the procedure for Pro and Home is different, but now it is unified into one installer.
(The 32-bit version is out of scope in the first place, so please do a clean install and change to 64bit or give up.)
As mentioned earlier, the installer for Docker desktop for windows
is no different from the Pro version or the Home version.
So, first you need to be ready to install Windows 10 Home.
If it is the 32-bit version here, the match is over. If you can't give up, please do a clean install and replace it with 64bit.
It is OK if you can confirm that it is a 64-bit version here.
Even if it is the latest state in normal Windows 10 Home, it is old state to install Docker.
Search for Windows 10 insider
in the search box.
The following screen will appear. (If you haven't participated in the Windows Insider Program yet. Registration will be done here. Follow the instructions on the screen to register.)
"Please select the insider setting"
○ Dev Channel ○ Beta Channel (Recommended) ○ Release Preview Channel
Please select the item of "Beta channel (recommended)" because I think that it is an option such as.
Enter Windows Update
in the search box and update to the latest version from the screen that appears.
"Check for updates" → "Install now" Repeat several times. Not only is it not up to date once, but it takes a considerable amount of time to download each time. It may be left overnight. Since the next update does not start immediately after rebooting "Check for updates" → "Install now" Repeat until "the system is up to date".
Download the Docker desktop for windows
installer from Docker Hub.
https://hub.docker.com/editions/community/docker-ce-desktop-windows
You can go to the following page from the above link, so please download the stable version with Get Stable
.
After downloading, let's execute it. You may be prompted to change system settings or install additional files after or during installation, but you can follow the installer's instructions.
When the installation is complete, you will be notified of the startup status of Docker Desktop
the next time you start Windows.
During operation, the icon in the Docker Desktop is running
status is displayed in the task tray as shown below.
Execute docker
or docker-compose
from PowerShell
to check the operation.
That's all from the scene
Recommended Posts