Solved

Which Method Is a Safe Way to Provide a Username/password

Question 22

Multiple Choice

Which method is a safe way to provide a username/password combination to an application running as a service in a Docker container?


A) encode the value with base64 in a secure DNS CTEXT entry
B) as an environment variable in the Dockerfile
C) Docker environment variable
D) Docker secrets

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions