Q. What does the 'docker build' command do?
β
Correct Answer: (A)
Creates a new Docker image from a Dockerfile
Explanation: 'docker build' is used to create a new Docker image from a Dockerfile.