Q. What is the default location where Docker stores images and containers on Linux?
β
Correct Answer: (A)
/var/lib/docker
Explanation: On Linux, Docker stores images and containers by default in the '/var/lib/docker' directory.