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