windows server 2019安装docker
参考网址
https://learn.microsoft.com/zh-cn/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#windows-server-1
安装方法
- 下载安装脚本
https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1
-
执行脚本,需要在powershell里面执行
-
修改使用linux 容器
C:\ProgramData\docker\config\daemon.json
增加
"experimental":true
-
重启docker
打开任务管理器,结束dockerd.在命令行下运行运行 :
dockerd.exe --run-service