What should you do?

You have a server named Server1 that runs Windows Server 2016. The Docker daemon runs on Server1.
You need to ensure that members of a security group named Docker Administrators can administer Docker.
What should you do?
A. Run the sc privsc ommand.
B. Edit the Daemon.json file.
C. Add Docker Administrators to the local Administrators group.
D. Edit the Configuration.json file.

microsoft-exams

3 thoughts on “What should you do?

    1. Nope it should be C.
      Docker can only be administered by an administrator. So, by
      creating a Docker Administrators group and adding it to the local
      Administrators group, you allow the Docker Administrators group to
      administer Docker.

      1. Hey man, docker administrators should not be a local administrators on workstation (it gives them elevated privileges not only for docker). See link above.
        “Set Docker security group
        When you’ve signed in to the Docker host and are locally running Docker commands, these commands are run through a named pipe. By default, only members of the Administrators group can access the Docker Engine through the named pipe. To specify a security group that has this access, use the group flag.”
        So I think answer B is correct

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.