Skip to content

Commit

Permalink
Update KubernetesPod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkluu10 authored Jan 17, 2020
1 parent 3b2f885 commit 48269e5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions KubernetesPod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ spec:
command:
- cat
tty: true
- name: docker
image: 'docker:latest'
command:
- cat
tty: true
securityContext:
privileged: false
volumeMounts:
- name: docker-sock
mountPath: /var/run/docker.sock
volumes:
- name: docker-sock
hostPath:
path: /var/run/docker.sock
# - name: docker
# image: 'docker:latest'
# command:
# - cat
# tty: true
# securityContext:
# privileged: false
# volumeMounts:
# - name: docker-sock
# mountPath: /var/run/docker.sock
# volumes:
# - name: docker-sock
# hostPath:
# path: /var/run/docker.sock

0 comments on commit 48269e5

Please sign in to comment.