ENTRYPOINT vs CMD
CMD (Command)
Purpose: Provides default arguments for the container.
Usage: Use CMD when you want to provide default behavior but allow it to be overridden by arguments supplied when running the container (docker run).
Example 1: Default command ...
jayeshdevops.hashnode.dev2 min read