File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
content/zh-cn/docs/tasks/inject-data-application Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ with your new arguments.
50
50
51
51
{{< note >}}
52
52
<!--
53
- The `command` field corresponds to `entrypoint` in some container runtimes.
53
+ The `command` field corresponds to `ENTRYPOINT`, and the `args` field corresponds to `CMD` in some container runtimes.
54
54
-->
55
- 在有些容器运行时中, ` command ` 字段对应 ` entrypoint ` 。
55
+ ` command ` 字段对应于 ` ENTRYPOINT ` ,而 ` args ` 字段对应于某些容器运行时的 ` CMD ` 。
56
56
{{< /note >}}
57
57
58
58
<!--
@@ -82,7 +82,8 @@ file for the Pod defines a command and two arguments:
82
82
```
83
83
84
84
<!--
85
- The output shows that the container that ran in the command-demo Pod has completed.
85
+ The output shows that the container that ran in the command-demo Pod has
86
+ completed.
86
87
-->
87
88
查询结果显示在 command-demo 这个 Pod 下运行的容器已经启动完成。
88
89
@@ -97,7 +98,8 @@ from the Pod:
97
98
```
98
99
99
100
<!--
100
- The output shows the values of the HOSTNAME and KUBERNETES_PORT environment variables:
101
+ The output shows the values of the HOSTNAME and KUBERNETES_PORT environment
102
+ variables:
101
103
-->
102
104
日志中显示了 HOSTNAME 与 KUBERNETES_PORT 这两个环境变量的值:
103
105
You can’t perform that action at this time.
0 commit comments