From 631e9a23e46d05a4c3b3cd93feb1fdff592b9cb4 Mon Sep 17 00:00:00 2001 From: City Date: Wed, 17 Apr 2024 20:20:06 +0800 Subject: [PATCH] Update define-command-argument-container.md use uppercase letter in not and add args corresponding description fix grammatical --- .../define-command-argument-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/define-command-argument-container.md b/content/en/docs/tasks/inject-data-application/define-command-argument-container.md index 61beaeccb8..d50a050ecd 100644 --- a/content/en/docs/tasks/inject-data-application/define-command-argument-container.md +++ b/content/en/docs/tasks/inject-data-application/define-command-argument-container.md @@ -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