ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 51 - 300-910 discussion

Report
Export

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

Answers
A.

encode the value with base64 in a secure DNS CTEXT entry

B.

as an environment variable in the Dockerfile

Answers
B.

as an environment variable in the Dockerfile

C.

Docker environment variable

Answers
C.

Docker environment variable

D.

Docker secrets

Answers
D.

Docker secrets

Suggested answer: D

Explanation:

a docker secret is a blob of data, such as a password, SSH private key, SSL certificate, or another piece of data that should not be transmitted over a network or stored unencrypted in a Dockerfile or in your application's source code

asked 10/10/2024
Javier Rodriguez
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first