nerdexam
Docker

DCA · Question #146

Will this action upgrade Docker Engine CE to Docker Engine EE? Solution: Manually download the 'docker-ee' package

The correct answer is A. Yes. Manually downloading the docker-ee package is a fundamental initial step to enable the installation and subsequent upgrade to Docker Engine EE.

Submitted by yasin.bd· Apr 18, 2026Installation and Configuration

Question

Will this action upgrade Docker Engine CE to Docker Engine EE? Solution: Manually download the 'docker-ee' package

Options

  • AYes
  • BNo

How the community answered

(61 responses)
  • A
    90% (55)
  • B
    10% (6)

Why each option

Manually downloading the `docker-ee` package is a fundamental initial step to enable the installation and subsequent upgrade to Docker Engine EE.

AYesCorrect

Manually downloading the `docker-ee` package is a necessary action to acquire the software binaries required for installing Docker Engine EE. While it's not the complete upgrade process (which also involves uninstalling CE and then installing the downloaded EE package), it enables the upgrade by making the new edition's package available for installation.

BNo

Acquiring the necessary package is a prerequisite for any manual software installation or upgrade process.

Concept tested: Docker Engine package acquisition for upgrade

Source: https://docs.docker.com/engine/install/

Topics

#Docker Engine CE#Docker Engine EE#Installation#Edition Switching

Community Discussion

No community discussion yet for this question.

Full DCA Practice