Q. How is a config removed in Docker?
β
Correct Answer: (C)
docker config rm <name>
Explanation: To remove a config, use the `docker config rm` command.