Question 56

A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: inter-process communication
  • Question 57

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

    Your organization has a centralized logging solution, such as Splunk.
    Will this configure a Docker container to export container logs to the logging solution?
    Solution. docker logs <eontainer-id>
  • Question 59

    A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
    Solution: Linux capabilities
  • Question 60

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