
上QQ阅读APP看书,第一时间看更新
Installing Docker for Desktop on Windows
Follow these steps for installation:
- Once you have successfully installed Docker for Desktop for Windows, please open a PowerShell window and execute the following command:
PS> docker --version
Docker version 19.03.5, build 633a0ea
- To see whether you can run containers, enter the following command into the PowerShell window and hit Enter:
PS> docker run hello-world
If all goes well, your output should look similar to the preceding figure.