有兩種安裝方法:
安裝 Docker Desktop
Docker Desktop for Mac and Windows | Docker
安裝 Docker Machine
使用 Chocolatey 安裝:
choco install docker-machine
該方法已遭棄用
進入 Github Releases 頁面下載
更新 apt
軟件包索引並安裝軟件包來允許 apt
通過 HTTPS 使用儲存庫
$ sudo apt-get update
$ sudo apt-get install \\
apt-transport-https \\
ca-certificates \\
curl \\
gnupg-agent \\
software-properties-common
添加官方 GPG 金鑰
$ curl -fsSL <https://download.docker.com/linux/ubuntu/gpg> | sudo apt-key add -