Question 1

Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
Solution: user
  • Question 2

    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: Add them to a team in the engineering organization that has read/write access to the engineering/api repository.
  • Question 3

    You want to create a container that is reachable from its host's network. Does this action accomplish this?
    Solution: Use --link to access the container on the bridge network.
  • Question 4

    You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?
    Solution: 'docker service inspect http'
  • Question 5

    Which set of commands can identify the publishd port(s) for a container? (Choose 1.)