DCA · Question #29
Which of the following is required to install Docker EE from a package repository?
The correct answer is A. Repository URL obtained from Docker Store. To install Docker Enterprise Edition from a package repository, a specific repository URL obtained from the Docker Store (or its vendor equivalent) is required.
Question
Which of the following is required to install Docker EE from a package repository?
Options
- ARepository URL obtained from Docker Store
- BLicense key obtained from Docker Store
- CRepository URL obtained from Docker Hub
- DLicense key obtained from Docker Hub
How the community answered
(48 responses)- A92% (44)
- B2% (1)
- C4% (2)
- D2% (1)
Why each option
To install Docker Enterprise Edition from a package repository, a specific repository URL obtained from the Docker Store (or its vendor equivalent) is required.
Docker Enterprise Edition (EE) is a commercial product requiring a subscription, and its package repositories are private. Accessing these repositories for installation necessitates a specific Repository URL provided by the vendor, which was historically obtained through the Docker Store.
While a license is essential for Docker EE, the license key itself does not directly provide the package repository URL for initial installation; access to the repository is typically tied to the subscription.
Docker Hub is primarily for storing and sharing Docker images and does not host the package repositories for installing Docker EE components.
Similar to option B, a license key from Docker Hub would not grant access to the Docker EE installation package repository, as Docker Hub is an image registry.
Concept tested: Docker EE installation repository access
Topics
Community Discussion
No community discussion yet for this question.