Q. Which command is used to create a new Docker secret?
β
Correct Answer: (A)
docker secret create
Explanation: `docker secret create` is the correct command to add a new secret to the Docker Swarm.