作为基础服务系列的一部分,记录下Windows10平台,Docker的安装过程。安装过程和之前写过windows7 安装docker差不多,使用上还是有细微区别的。
检查自己系统版本:
一般是默认开启的。如果没有,请参考如何启用Windows 10客户端Hyper-V
注意自己的Windows版本。
下载太慢或者不能下载的话看这里
下载后的文件
双击安装,默认安装就行。
打开Windwos powershell。
docker --version
docker run hello-world
运行的时候可能会遇到下面的问题
nable to find image 'hello-world:latest' locally
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: unauthorized: incorrect username or password.
See 'C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help'.
登录的时候用用户名,别用邮箱地址。
成功了。。
Windows7平台,需要安装DockerToolbox.exe
,安装的时候会安装Git,如果本地已经安装,会先卸载。