We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1fe351 + 092f531 commit dd67db4Copy full SHA for dd67db4
RELEASING.md
@@ -66,3 +66,19 @@ make release
66
```
67
68
All done! Hurray!
69
+
70
+## Troubleshooting
71
72
+### Error from Docker
73
74
+If you encounter the following error:
75
+```
76
+Unable to find image 'cucumber/cucumber-build:latest' locally
77
+docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:38683->[::1]:53: read: connection refused.
78
+See 'docker run --help'.
79
80
81
+You might want to try to download the Docker image by yourself using:
82
+```sh
83
+docker pull cucumber/cucumber-build:latest
84
0 commit comments