nerdexam
Docker

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.

Submitted by priya_blr· Apr 18, 2026Installation and Configuration

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)
  • A
    90% (54)
  • B
    10% (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.

AYesCorrect

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.

BNo

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

#Docker Engine CE#Docker Engine EE#Package Management#Edition Management

Community Discussion

No community discussion yet for this question.

Full DCA Practice