fix: mount /var/run/docker.sock (Docker Engine) not containerd socket
This commit is contained in:
@@ -80,7 +80,7 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /run/k3s/containerd/containerd.sock
|
path: /var/run/docker.sock
|
||||||
type: Socket
|
type: Socket
|
||||||
---
|
---
|
||||||
# Gitea Actions runner — neuron-technologies org
|
# Gitea Actions runner — neuron-technologies org
|
||||||
@@ -164,5 +164,5 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /run/k3s/containerd/containerd.sock
|
path: /var/run/docker.sock
|
||||||
type: Socket
|
type: Socket
|
||||||
|
|||||||
Reference in New Issue
Block a user