docker_practice/install
Dorsey.Xu aa431b9a79 update image/list.md 2020-11-04 18:03:35 +08:00
..
_images Update macOS mirror #313 2018-02-10 18:00:14 +08:00
README.md translate install/README.md 2020-10-26 13:21:10 +08:00
centos.md translate install/raspberry-pi.md 2020-10-26 15:03:45 +08:00
debian.md translate install/raspberry-pi.md 2020-10-26 15:03:45 +08:00
fedora.md translate install/centos.md 2020-10-26 14:47:10 +08:00
mac.md translate install/mac.md 2020-10-26 15:26:51 +08:00
mirror.md update install/mirror.md 2020-10-26 16:35:34 +08:00
raspberry-pi.md translate install/raspberry-pi.md 2020-10-26 15:03:45 +08:00
ubuntu.md update image/list.md 2020-11-04 18:03:35 +08:00
windows.md update install/windows.md 2020-10-26 15:30:35 +08:00

README.md

Docker Installation

Docker has 2 major editions, CE and EE. CE is the Community Edition(free, 7 month as a support cycle), while EE is the Enterprise Edition, which emphasizes on security, paid membership, and the support cycle is 24 months.

Docker CE has 3 update channels, stable, test and nightly, and releases a stable version every other 6 months(18.09, 19.03, 19.09...).

You can find the Installation Guidance at the official website. We mainly introduce Docker CE installation on Linux, Windows 10(PC) and macOS here.