DCA Exam Question 91

Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Solution. Delete the image and delete the image repository from Docker Trusted Registry.
  • DCA Exam Question 92

    You want to create a container that is reachable from its host's network. Does this action accomplish this?
    Solution:Use either EXPOSE or --publish to access the containers on the bridge network
  • DCA Exam Question 93

    You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?
    Solution: Mount the configuration file directly into the appropriate pod and container using the
    .spec.containers.configMounts key.
  • DCA Exam Question 94

    Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
    Solution. Set and export the IGNORE_TLS environment variable on the command line.
  • DCA Exam Question 95

    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?