fix: remove duplicate docker.sock mount in runner config
The socket is already mounted via the pod volume mount; specifying it again in container.options causes 'Duplicate mount point' on job containers.
This commit is contained in:
@@ -36,7 +36,6 @@ spec:
|
||||
timeout: 3h
|
||||
container:
|
||||
network: bridge
|
||||
options: "-v /var/run/docker.sock:/var/run/docker.sock"
|
||||
docker_host: "unix:///var/run/docker.sock"
|
||||
force_pull: false
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user