Question 16

Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Solution. Delete the image and remove permissions to the repository in the Docker Trusted Registry.
  • Question 17

    Your organization has a centralized logging solution, such as Sptunk.
    Will this configure a Docker container to export container logs to the logging solution?
    Solution. docker system events- -filter splunk
  • Question 18

    An application image runs in multiple environments, with each environment using different certificates and ports.
    Is this a way to provision configuration to containers at runtime?
    Solution: Create images that contain the specific configuration for every environment.
  • Question 19

    You add a new user to the engineering organization in DTR.
    Will this action grant them read/write access to the engineering/api repository?
    Solution. Mirror the engineering/api repository to one of the user's own private repositories.
  • Question 20

    Your organization has a centralized logging solution, such as Sptunk.
    Will this configure a Docker container to export container logs to the logging solution?
    Solution. docker system events- -filter splunk