Q. Which of the following options is used to pass environment variables to a Docker container?
β
Correct Answer: (D)
All of the above
Explanation: Docker allows passing environment variables to containers using '-e', '--env', or '--env-file'.