Correct Answer: B
Explanation
= Manually downloading the 'docker-ee' package will not upgrade Docker Engine CE to Docker Engine EE.
Docker Engine CE and Docker Engine EE are two different products with different installation methods and features. Docker Engine CE is a free and open source containerization platform, while Docker Engine EE is a subscription-based enterprise-grade platform that offers additional features such as security scanning, certified plugins, and support12. To upgrade from Docker Engine CE to Docker Engine EE, you need to uninstall Docker Engine CE and install Docker Engine EE following the official documentation3. References:
* What is the exact difference between Docker EE (Enterprise Edition), Docker CE (Community Edition)
* and Docker (Custom Support) - Stack Overflow
* Difference between Docker Community Edition (CE) vs Docker Enterprise Edition (EE) in 2020
* Install Docker Engine | Docker Docs