Docker Certified Associate (DCA) — Question 30
Will this action upgrade Docker Engine CE to Docker Engine EE?
Run docker engine activate.
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The command 'docker engine activate' does not perform an upgrade from Docker Engine Community Edition (CE) to Docker Engine Enterprise Edition (EE); it simply activates the engine. Therefore, the correct answer is B, as there is no upgrade involved in this action.