ID Localization for "Get Shell Running Container" from Task.

This commit is contained in:
Aris Cahyadi Risdianto
2020-05-14 21:09:42 +08:00
parent b31f2e3bfe
commit c3799773c4
2 changed files with 163 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