What is the difference between CMD and ENTRYPOINT in Dockerfile ?
This tutorial explains you the difference between CMD and ENTRYPOINT commands usage in Dockerfile. You will also learn when to use CMD instead of ENTRYPOINT for your docker containers.