Windows nanny-level installation Docker tutorial

1.Official website download

2.Installation

3. Start Hyper-V

4. Check whether the installation is successful

1.Download

1.1. Open the official website and click download

Official website link:https://hub.docker.com/

 2. Installation

After downloading, you will get an exe program, then start it and install it.

Remove WSL Without using Hyper-V, there will be problems to install WSL. Then click OK. Wait for the installation to complete.

3. Start Hyper-V

Press win, search Control Panel, find Programs and Features, click on the left to enable or disable Windows features, then find Hyper-V, wait for the installation to complete, and then restart.

4. Check whether the installation is successful.

At this point, both docker and Hyper-v should be installed.

Start docker first. Here you will be asked to select some options and agree.

The second picture is to choose what you want to use docker for. I chose to learn, you can also follow me.

 

4.1. Start CMD and enter docker version. See if the output is correct.

If you are the same as the blogger, then there is no problem. How to use docker for later updates.

Guess you like

Origin blog.csdn.net/m0_58724783/article/details/133741290