docker_practice/install
Kang HuaiShuai 38e810a407
[install] Fixed script install, default channel is stable
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
2019-09-25 10:30:12 +08:00
..
_images [install] Update settings 2019-09-20 14:06:04 +08:00
README.md [install] Fixed error 2019-09-20 15:05:06 +08:00
centos.md [install] Fixed script install, default channel is stable 2019-09-25 10:30:12 +08:00
debian.md [install] Fixed script install, default channel is stable 2019-09-25 10:30:12 +08:00
fedora.md [install] Fixed script install, default channel is stable 2019-09-25 10:30:12 +08:00
mac.md [install] Update settings 2019-09-20 14:06:04 +08:00
mirror.md [install] Fixed error 2019-09-20 15:05:06 +08:00
raspberry-pi.md [install] Fixed script install, default channel is stable 2019-09-25 10:30:12 +08:00
ubuntu.md [install] Fixed script install, default channel is stable 2019-09-25 10:30:12 +08:00
windows.md [install] Update settings 2019-09-20 14:06:04 +08:00

README.md

安装 Docker

Docker 分为 CE 和 EE 两大版本。CE 即社区版(免费,支持周期 7 个月EE 即企业版,强调安全,付费使用,支持周期 24 个月。

Docker CE 分为 stable testnightly 三个更新频道。每六个月发布一个 stable 版本 (18.09, 19.03, 19.09...)。

官方网站上有各种环境下的 安装指南,这里主要介绍 Docker CE 在 LinuxWindows 10macOS 上的安装。