Astuce très intéressante sur la différence entre entrypoint et command sur #docker compose
Ne les confondez plus.
Lilian BENOIT
🐳 🐙 Docker Compose Tip #59
entrypoint vs command, what's the difference?
entrypoint: the executable
command: arguments passed to it
Container runs: <entrypoint> <command>
Subtle but important!
Guide: lours.me/posts/compose-tip-059-entrypoint-vs-command/
#Docker #Runtime #Compose
lours.me
Understand the subtle but important difference between entrypoint and command, and when to use each