Q. What command builds an image using a Dockerfile?

  • (A) docker run
  • (B) docker image create
  • (C) docker build
  • (D) docker make
πŸ’¬ Discuss
βœ… Correct Answer: (C) docker build
Explanation: `docker build` is used to create images from a Dockerfile.
Explanation by: Mr. Dubey
`docker build` is used to create images from a Dockerfile.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate