CV0-004 · Question #20
CV0-004 Question #20: Real Exam Question with Answer & Explanation
The correct answer is D: Use private repositories for the containers.. Using private repositories for storing Docker containers ensures that proprietary code is not publicly accessible on Docker Hub or any other public container registry. This approach limits access to only authorized users, protecting the proprietary code from being exposed to thir
Question
A company uses containers stored in Docker Hub to deploy workloads (or its laaS infrastructure. The development team releases changes to the containers several times per hour. Which of the following should a cloud engineer do to prevent the proprietary code from being exposed to third parties?
Options
- AUse laC to deploy the laaS infrastructure.
- BConvert the containers to VMs.
- CDeploy the containers over SSH.
- DUse private repositories for the containers.
Explanation
Using private repositories for storing Docker containers ensures that proprietary code is not publicly accessible on Docker Hub or any other public container registry. This approach limits access to only authorized users, protecting the proprietary code from being exposed to third
Topics
Community Discussion
No community discussion yet for this question.