Skip to content

Commit fe126b5

Browse files
authored
Merge pull request #1273 from rhollins/examplefix
2 parents 1fa4c72 + 9029e61 commit fe126b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/dind.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ podTemplate(yaml: '''
1616
containers:
1717
- name: docker
1818
image: docker:19.03.1
19+
readinessProbe:
20+
exec:
21+
command: [sh, -c, "ls -S /var/run/docker.sock"]
1922
command:
2023
- sleep
2124
args:

0 commit comments

Comments
 (0)