Skip to content

Commit

Permalink
Update define-command-argument-container.md
Browse files Browse the repository at this point in the history
use uppercase letter in not and add args corresponding description

fix grammatical
  • Loading branch information
city2011 authored and huangcheng committed Apr 24, 2024
1 parent 13dd6a8 commit 631e9a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 631e9a2

Please sign in to comment.