Docker需要登录到“集线器”以访问下载到安装包。
如何在不注册的情况下下载Windows和Mac上的最新版本?
发布于 2019-09-27 11:42:43
直接下载链接可从Docker获得。
Windows:https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe
Mac:https://download.docker.com/mac/edge/Docker.dmg
对于Linux,请参见:https://download.docker.com/linux/
其他方法
窗户-巧克力:
choco install docker-desktop苹果酒
brew cask install docker # Install Docker
open /Applications/Docker.app # Start DockerWSL (Windows Linux子系统):
https://gist.github.com/rstacruz/297fc799f094f55d062b982f7dac9e41#windows
阅读这里的完整讨论(我的来源):https://github.com/docker/docker.github.io/issues/6910
进一步阅读:https://gist.github.com/rstacruz/297fc799f094f55d062b982f7dac9e41
https://stackoverflow.com/questions/58133878
复制相似问题