DCA Exam Question 146

In Docker Trusted Registry, is this how a user can prevent an image, such as 'nginx:latest', from being overwritten by another user with push access to the repository?
Solution: Use the DTR web Ul to make all tags in the repository immutable.
  • DCA Exam Question 147

    In the context of a swarm mode cluster, does this describe a node?
    Solution: a physical machine participating in the swarm
  • DCA Exam Question 148

    A server is running low on disk space. What command can be used to check the disk usage of images, containers, and volumes for Docker engine?
  • DCA Exam Question 149

    Will this command ensure that overlay traffic between service tasks is encrypted?
    Solution: docker network create -d overlay -o encrypted=true <network-name>
  • DCA Exam Question 150

    You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object.
    Does this command display it?
    Solution: kubectl events deployment api