Assignment of Dockerfile cmd and entrypoint

Title – Complete referenece of dockerfile cmd and entrypoint

  • What is the benefit of using CMD?
  • What is the benefit of using ENTRYPOINT?
  • Compare CMD vs Entrypoint with 5 Bullets points in tablular format
  • What happens When i specify 2 CMD in one dockerfile?
  • What happens When i specify 2 ENTRYPOINT in one dockerfile?
  • What happens When i specify 1 ENTRYPOINT & 1 CMD in one dockerfile?
  • What is the differenece between exec mode and shell mode?
  • Run these 5 dockerfile and experience a docker image
  • https://devopsschool.com/tutorial/docker/dockerfile/dockerfile-example-sample-lab.html