Fixes #9078 by adding note and link to table that disambiguates 'command' and 'entrypoint' (#9750)

pull/9752/head
Erik Erlandson 2018-08-03 09:37:02 -07:00 committed by k8s-ci-robot
parent 4af1c1c5e3
commit 9c885221cc
1 changed files with 5 additions and 0 deletions

View File

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