Concepts of DOCKER and KUBERNETES
Entrypoints vs CMD in LINUX
In a Dockerfile, both ENTRYPOINT and CMD are instructions used to define the command that will be executed when a container based on that image is run.
ENTRYPOINT: The ENTRYPOINT instruction specifies the executable that w...
ckad.hashnode.dev7 min read