SSHct: mount docker socket

This commit is contained in:
Andrey Kartashov 2019-04-29 10:27:45 +07:00
parent 6d1c9d2dd6
commit 4c80b61360

View file

@ -21,6 +21,9 @@ spec:
hostPath: hostPath:
path: /data/home path: /data/home
type: type:
- name: dockersock
hostPath:
path: /var/run/docker.sock
#- name: gorilychrume #- name: gorilychrume
# hostPath: # hostPath:
# path: /data/gorilych.ru/me # path: /data/gorilych.ru/me
@ -41,6 +44,8 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /home - mountPath: /home
name: home name: home
- mountPath: /var/run/docker.sock
name: dockersock
#- mountPath: /home/www/me #- mountPath: /home/www/me
# name: gorilychrume # name: gorilychrume
--- ---