直接下载Docker-CE安装包

phi*_*hem 0 installation docker

Docker 需要登录到“Hub”才能访问安装包的下载。

如何在不注册的情况下在 Windows 和 Mac 上下载最新版本?

phi*_*hem 6

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/


其他方法

Windows-Chocolatey:

choco install docker-desktop
Run Code Online (Sandbox Code Playgroud)

苹果家酿

brew cask install docker       # Install Docker
open /Applications/Docker.app  # Start Docker
Run Code Online (Sandbox Code Playgroud)

WSL(适用于 Linux 的 Windows 子系统):

https://gist.github.com/rstacruz/297fc799f094f55d062b982f7dac9e41#windows


在这里阅读完整的讨论(我的来源):https : //github.com/docker/docker.github.io/issues/6910

进一步阅读:https : //gist.github.com/rstacruz/297fc799f094f55d062b982f7dac9e41