Move topic to Inject Data section. (#3635)

This commit is contained in:
Steve Perry 2017-05-04 11:08:41 -07:00 committed by GitHub
parent 15bc72e475
commit 1cc0b4b93a
3 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,6 @@ toc:
- title: Configuring Pods and Containers
section:
- docs/tasks/configure-pod-container/define-command-argument-container.md
- docs/tasks/configure-pod-container/assign-cpu-ram-container.md
- docs/tasks/configure-pod-container/limit-range.md
- docs/tasks/configure-pod-container/apply-resource-quota-limit.md
@ -38,6 +37,7 @@ toc:
- title: Injecting Data Into Applications
section:
- docs/tasks/inject-data-application/define-command-argument-container.md
- docs/tasks/inject-data-application/define-environment-variable-container.md
- docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md
- docs/tasks/inject-data-application/distribute-credentials-secure.md

View File

@ -1,5 +1,8 @@
---
title: Defining a Command and Arguments for a Container
redirect_from:
- "/docs/tasks/configure-pod-container/define-command-argument-container/"
- "/docs/tasks/configure-pod-container/define-command-argument-container.html"
---
{% capture overview %}
@ -36,7 +39,7 @@ with your new arguments. For more information, see
In this exercise, you create a Pod that runs one container. The configuration
file for the Pod defines a command and two arguments:
{% include code.html language="yaml" file="commands.yaml" ghlink="/docs/tasks/configure-pod-container/commands.yaml" %}
{% include code.html language="yaml" file="commands.yaml" ghlink="/docs/tasks/inject-data-application/commands.yaml" %}
1. Create a Pod based on the YAML configuration file: