
The often misunderstood difference between ENTRYPOINT and CMD in Docker
Both the entrypoint and cmd are crucial for configuring the init process of a container. What exactly is the difference between those two ?
Both the entrypoint and cmd are crucial for configuring the init process of a container. What exactly is the difference between those two ?