sshct: docker.sock -> containerd.sock

This commit is contained in:
Andrei Kartashov 2023-10-14 16:19:45 +07:00
parent bf8d3e1c88
commit 7ba11fa84a

View file

@ -21,9 +21,9 @@ spec:
hostPath: hostPath:
path: /home path: /home
type: DirectoryOrCreate type: DirectoryOrCreate
- name: dockersock - name: containerdsock
hostPath: hostPath:
path: /var/run/docker.sock path: /run/containerd/containerd.sock
type: Socket type: Socket
containers: containers:
- name: sshct - name: sshct
@ -43,5 +43,5 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /home - mountPath: /home
name: home name: home
- mountPath: /var/run/docker.sock - mountPath: /run/containerd/containerd.sock
name: dockersock name: containerdsock