PrepAway - Latest Free Exam Questions & Answers

You need to ensure that members of a security group nam…

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?

PrepAway - Latest Free Exam Questions & Answers

A.
Edit the Configuration.json file.

B.
Modify the Security settings of Docker.exe.

C.
Run the Set-Service cmdlet.

D.
Run the sc config command.

Explanation:

References: https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configuredocker-daemon

8 Comments on “You need to ensure that members of a security group nam…

  1. Chris says:

    Correct answer: Daemon.json

    Best answer would be configuration.json file.

    Daemon.json is the configuration file for Docker….so if Daemon.json is not listed, I would choose A. The other answers are not valid.




    1



    6
  2. kutilek11 says:

    Correct A

    possible set with sc config.

    no add Group

    Options:
    –config string Location of client config files (default “/root/.docker”)
    -D, –debug Enable debug mode
    –help Print usage
    -H, –host value Daemon socket(s) to connect to (default [])
    -l, –log-level string Set the logging level (“debug”|”info”|”warn”|”error”|”fatal”) (default “info”)
    –tls Use TLS; implied by –tlsverify
    –tlscacert string Trust certs signed only by this CA (default “/root/.docker/ca.pem”)
    –tlscert string Path to TLS certificate file (default “/root/.docker/cert.pem”)
    –tlskey string Path to TLS key file (default “/root/.docker/key.pem”)
    –tlsverify Use TLS and verify the remote
    -v, –version Print version information and quit




    2



    0

Leave a Reply