Skip to content

Commit 9611a50

Browse files
author
sberberovic
committed
update kubernetesPod.yaml file. Possible fix to 'Connect to
localhost:2375 [localhost/127.0.0.1] failed: Connection refused (Connection refused)' error
1 parent 9c46e93 commit 9611a50

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

kubernetesPod.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ metadata:
44
labels:
55
ci: containerproxy-build
66
spec:
7+
volumes:
8+
- name: dockersock
9+
hostPath:
10+
path: /var/run/docker.sock
711
containers:
812
- name: containerproxy-build
913
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
1014
command:
1115
- cat
12-
tty: true
16+
tty: true
17+
volumeMounts:
18+
- mountPath: /var/run/docker.sock
19+
name: dockersock

0 commit comments

Comments
 (0)