Question 21

In Docker Trusted Registry, how would a user prevent an image, for example 'nginx:latest' from being
overwritten by another user with push access to the repository?
  • Question 22

    Which 'docker run' flag lifts cgroup limitations?
  • Question 23

    What is the purpose of multi-stage builds?
  • Question 24

    A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.
    Can this be used to schedule containers to meet the security policy requirements?
    Solution: resource reservation
  • Question 25

    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