2020-10-26 13:21:10 +08:00
# Docker Installation
2017-09-04 11:19:16 +08:00
2020-10-26 13:21:10 +08:00
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 .
2017-09-04 11:19:16 +08:00
2020-10-26 13:21:10 +08:00
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 ... ) .
2017-09-04 11:19:16 +08:00
2020-10-26 13:21:10 +08:00
You can find the [ Installation Guidance ] ( https : //docs.docker.com/engine/installation/) at the official website. We mainly introduce Docker CE installation on Linux, Windows 10(PC) and macOS here.