mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-14 03:26:47 +00:00
Update debugging.md
This commit is contained in:
parent
d150157d6f
commit
2555d0a152
@ -145,3 +145,10 @@ ERROR: for mysql Cannot start service mysql: driver failed programming external
|
|||||||
1) sudo lsof -i :3306
|
1) sudo lsof -i :3306
|
||||||
2) kill -15 <PID found in step1>
|
2) kill -15 <PID found in step1>
|
||||||
```
|
```
|
||||||
|
## toomanyrequests: too many failed login attempts for username or IP address
|
||||||
|
Try the following
|
||||||
|
```bash
|
||||||
|
rm ~/.docker/config.json
|
||||||
|
docker login
|
||||||
|
```
|
||||||
|
More discussions on the same issue https://github.com/docker/hub-feedback/issues/1250
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user