Q. Which command is used to build a Docker image from a Dockerfile?
β
Correct Answer: (A)
docker build
Explanation: The 'docker build' command builds an image from a Dockerfile.