How do you configure Docker engine to use a registry that is not configured with TLS certificates from a trusted CA?
Correct Answer:
D
A service 'wordpress' is running using a password string to connect to a non-Dockerized database service. The password string is passed into the 'wordpress' service as a Docker secret. Per security policy, the password on the database was changed. Identity the correct sequence of steps to rotate the secret from the old password to the new password.
Correct Answer:
D
Which of the following namespaces is disabled by default and must be enabled at Docker engine runtime in order to be used?
Correct Answer:
A
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?
Correct Answer:
C
Which of the following modes can be used for service discovery of a Docker swarm service (Pick 2 correct answers)
Correct Answer:
AC
