The often misunderstood difference between ENTRYPOINT and CMD in Docker

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 ?

September 10, 2022 · 353 words · Lino Layani