Move Commands and Capabilities out of User Guide.

This commit is contained in:
steveperry-53
2017-01-30 16:17:18 -08:00
parent 57711a0c9b
commit 3185b43411
6 changed files with 216 additions and 109 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: command-demo
labels:
purpose: demonstrate-command
spec:
containers:
- name: command-demo-container
image: debian
command: ["printenv"]
args: ["HOSTNAME", "KUBERNETES_PORT"]