From 9c885221cca715d9a38ce2bee97c3fbf4c86eefd Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Fri, 3 Aug 2018 09:37:02 -0700 Subject: [PATCH] Fixes #9078 by adding note and link to table that disambiguates 'command' and 'entrypoint' (#9750) --- .../define-command-argument-container.md | 5 +++++ 1 file changed, 5 insertions(+) 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 a1e0a0bae6..131893af31 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 @@ -34,6 +34,11 @@ override the default command and arguments provided by the container image. If you define args, but do not define a command, the default command is used with your new arguments. +{{< note >}} +**Note:** the `command` field corresponds to `entrypoint` in some container +runtimes. Refer to the [Notes](#notes) below. +{{< /note >}} + In this exercise, you create a Pod that runs one container. The configuration file for the Pod defines a command and two arguments: