2024-07-11
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
When using the `docker run` command, the `ENTRYPOINT` is usually defined in the Dockerfile to specify the default command to be executed when the container is started. However, the `docker run` command also provides a `--entrypoint` parameter that allows you to temporarily override the `ENTRYPOINT` defined in the Dockerfile.