[ko] Translate docs/tasks/debug-application-cluster/get-shell-running-container.md in Korean

This commit is contained in:
Juhee Kang
2021-11-02 21:22:14 +09:00
parent 3daa802073
commit 9941eaa555
2 changed files with 174 additions and 0 deletions
@@ -0,0 +1,16 @@
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
hostNetwork: true
dnsPolicy: Default