Question 6

Which flag for a service would allow a container to consume more than 2 GB of memory only when there is no memory contention but would also prevent a container from consuming more than 4GB of memory, in any case?
  • Question 7

    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 8

    Will this command display a list of volumes for a specific container?
    Solution: docker container logs nginx --volumes'
  • Question 9

    What behavior is expected when a service is created with the following command:
    'docker service create --publish 8000:80 nginx'
  • Question 10

    Will this command ensure that overlay traffic between service tasks is encrypted?
    Solution: docker service create --network --secure