You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Important**: the image must be build using the same Docker daemon as the minikube cluster, otherwise you get an error _"Failed to pull image [...] repository does not exist or may require 'docker login'"_.
243
+
244
+
### Tip: Enable debug logging
245
+
246
+
In the file `testing/minikube/binderhub_config.py` add the following line:
247
+
248
+
```python
249
+
c.BinderHub.debug = True
250
+
```
251
+
232
252
### Tip: Increase your GitHub API limit
233
253
234
254
By default, GitHub has a limit of 60 API requests per hour. We recommend
0 commit comments