move files around
This commit is contained in:
10
docker/docker-sample/pod.yaml
Normal file
10
docker/docker-sample/pod.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: demo
|
||||
spec:
|
||||
containers:
|
||||
- name: testpod
|
||||
image: alpine:3.5
|
||||
command: ["ping", "8.8.8.8"]
|
||||
|
||||
Reference in New Issue
Block a user