nerdexam
CompTIA

CV0-004 · Question #20

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…

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…

Security

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.

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    5% (1)
  • D
    90% (18)

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

#Container Security#Private Repositories#Docker Hub#Code Protection

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice