DCA Exam Question 36

Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Uninstall 'docker-ce' package before installing 'docker-ee' package.
  • DCA Exam Question 37

    Is this the purpose of Docker Content Trust?
    Solution. Indicate an image on Docker Hub is an official image.
  • DCA Exam Question 38

    In the context of a swarm mode cluster, does this describe a node?
    Solution. an instance of the Docker CLI connected to the swarm
  • DCA Exam Question 39

    Does this describe the role of Control Groups (cgroups) when used with a Docker container?
    Solution: accounting and limiting of resources
  • DCA Exam Question 40

    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: Remove push access from all other users.