DCA Exam Question 51

Is this a supported user authentication method for Universal Control Plane?
Solution. SAML
  • DCA Exam Question 52

    Will a DTR security scan detect this?
    Solution. image configuration poor practices, such as exposed ports or inclusion of compilers in production images
  • DCA Exam Question 53

    You configure a local Docker engine to enforce content trust by setting the environment variable DOCKER_CONTENT_TRUST=1.
    If myorg/myimage: 1.0 is unsigned, does Docker block this command?
    Solution: docker container run myorg/myimage:1.0
  • DCA Exam Question 54

    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: Tag the image with 'nginx:immutable'.
  • DCA Exam Question 55

    Will this action upgrade Docker Engine CE to Docker Engine EE?
    Solution: Manually download the 'docker-ee' package