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