CompTIA Cloud+ (CV0-004) — Question 33
Which of the following describes the main difference between public and private container repositories?
Answer options
- A. Private container repository access requires authorization, while public repository access does not require authorization.
- B. Private container repositories are hidden by default and containers must be directly referenced, while public container repositories allow browsing of container images.
- C. Private container repositories must use proprietary licenses, while public container repositories must have open-source licenses.
- D. Private container repositories are used to obfuscate the content of the Dockerfile, while public container repositories allow for Dockerfile inspection.
Correct answer: A
Explanation
The correct answer is A because private container repositories do require authorization for access, unlike public repositories which are accessible without any authorization. Options B, C, and D contain inaccuracies regarding the usage and characteristics of container repositories, as they do not accurately reflect the fundamental access control differences between public and private repositories.