Move to debugging section: shell. (#3677)

This commit is contained in:
Steve Perry
2017-05-08 11:22:29 -07:00
committed by GitHub
parent 216856f0b9
commit eccd238b1c
3 changed files with 5 additions and 3 deletions
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: shell-demo
spec:
volumes:
- name: shared-data
emptyDir: {}
containers:
- name: nginx
image: nginx
volumeMounts:
- name: shared-data
mountPath: /usr/share/nginx/html