Merge pull request #45900 from city2011/patch-3
Update define-command-argument-container.mdpull/46187/head
commit
7c5585e1a6
|
@ -36,7 +36,7 @@ If you define args, but do not define a command, the default command is used
|
|||
with your new arguments.
|
||||
|
||||
{{< note >}}
|
||||
The `command` field corresponds to `entrypoint` in some container runtimes.
|
||||
The `command` field corresponds to `ENTRYPOINT`, and the `args` field corresponds to `CMD` in some container runtimes.
|
||||
{{< /note >}}
|
||||
|
||||
In this exercise, you create a Pod that runs one container. The configuration
|
||||
|
|
Loading…
Reference in New Issue