Update define-command-argument-container.md

use uppercase letter in not and add args corresponding description

fix grammatical
pull/45900/head
City 2024-04-17 20:20:06 +08:00 committed by huangcheng
parent 13dd6a8174
commit 631e9a23e4
1 changed files with 1 additions and 1 deletions

View File

@ -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