教程参考:
http://www.runoob.com/docker/docker-tutorial.html
开发调试参考:
https://www.cnblogs.com/xuebuwan/archive/2018/05/06/8707187.html
docker for window安装
https://www.cnblogs.com/stulzq/p/7743667.html
部署参考:
https://blog.sixeyed.com/getting-started-with-docker-on-windows-server-2019/
主要命令如下
Set-ItemProperty -Path 'HKLM:SOFTWAREMicrosoftWindows NTCurrentVersionWinlogon' -name Shell -Value 'PowerShell.exe -noExit'
|
Docker市场参考
https://hub.docker.com/r/microsoft
docker pull microsoft/dotnet:2.1-sdk
|
启动DOCKER
docker info docker images docker |