DCA · Question #145
Will this action upgrade Docker Engine CE to Docker Engine EE? Solution: Uninstall 'docker-ce' package before installing 'docker-ee' package.
The correct answer is A. Yes. To transition from Docker Engine Community Edition (CE) to Enterprise Edition (EE), the docker-ce package must be uninstalled before installing the docker-ee package.
Question
Will this action upgrade Docker Engine CE to Docker Engine EE? Solution: Uninstall 'docker-ce' package before installing 'docker-ee' package.
Options
- AYes
- BNo
How the community answered
(60 responses)- A90% (54)
- B10% (6)
Why each option
To transition from Docker Engine Community Edition (CE) to Enterprise Edition (EE), the `docker-ce` package must be uninstalled before installing the `docker-ee` package.
Upgrading from Docker Engine CE to EE involves replacing the existing CE software package with the EE package. The standard procedure is to first uninstall `docker-ce` to remove the old edition, then install `docker-ee` to deploy the new enterprise edition, ensuring a clean and proper transition.
This is the correct and recommended procedure for switching between distinct software editions of Docker Engine.
Concept tested: Docker Engine edition upgrade process
Source: https://docs.docker.com/engine/install/
Topics
Community Discussion
No community discussion yet for this question.