fix: mount /var/run/docker.sock (Docker Engine) not containerd socket

This commit is contained in:
Will Anderson
2026-05-04 14:10:25 -05:00
parent 0444d265b9
commit 4754c69e01
@@ -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