Q. Which of the following command lists all secrets in Docker Swarm?
β
Correct Answer: (B)
docker secret list
Explanation: `docker secret list` shows all secrets stored in the Swarm cluster.