Q. Which command can be used to get detailed information about a Docker container?
β
Correct Answer: (A)
docker inspect
Explanation: The 'docker inspect' command is used to get detailed information about a container or image.