Q. Which command is used to view the Docker container's port mappings?
β
Correct Answer: (B)
docker port
Explanation: The 'docker port' command displays the port mappings for a specific container. For example, 'docker port <container_id>'.