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