Question 106

Is this the purpose of Docker Content Trust?
Solution: Enable mutual TLS between the Docker client and server.
  • Question 107

    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: node taints
  • Question 108

    Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
    Solution. Set INSECURE_REGISTRY in the' /etc/docker/default' configuration file.