Introduced Docker to Windows 10 Home August 2020 version

Introduced Docker to Windows 10 Home (August 2020 version)

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.)

Preparing for Windows 10 Home

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.

1) Is it 64bit? Confirmation of

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.

image.png

It is OK if you can confirm that it is a 64-bit version here.

2) Install Windows 10 Insider Preview build

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. image.png

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.

image.png

3) Update Windows 10 Home to the latest version (in beta channel)

Enter Windows Update in the search box and update to the latest version from the screen that appears. image.png image.png

"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".

Install Docker desktop for windows

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.

image.png

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. image.png

1) Docker execution

Execute docker or docker-compose from PowerShell to check the operation. image.png

That's all from the scene

Recommended Posts

Introduced Docker to Windows 10 Home August 2020 version
Try Docker on Windows 10 Home
Use Docker Compose on Windows 10 Home
We introduced clang to docker today. (Solution)
Introduced vscode with apt to docker: ubuntu
I introduced Docker to Rails 6, so I summarized it (beginner)
How to install Docker
How to use mysql with M1 mac Docker preview version
[November 2020 version] Connect DevContainer of Dockerfile to Docker network [VSCode]
You are required to use winpty with docker exec [Windows]