Q. Which of the following commands is used to rebuild an image in Docker?
β
Correct Answer: (C)
docker build
Explanation: 'docker build' is used to create an image from a Dockerfile.