developer readme has been updated: troubleshooting case (#859)

* developer readme has been updated: troubleshooting case

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
This commit is contained in:
Yulia Shanyrova 2022-11-21 14:19:43 +01:00 committed by GitHub
parent 5b62060e41
commit a53dc71883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,6 +215,22 @@ $ CDPATH="." make init
$ CDPATH="" make init
```
**Problem:**
When running `make init start`:
```
Error response from daemon: open /var/lib/docker/overlay2/ac57b871108ee1b98ff4455e36d2175eae90cbc7d4c9a54608c0b45cfb7c6da5/committed: is a directory
make: *** [start] Error 1
```
**Solution:**
clear everything in docker by resetting or:
```
make cleanup
```
## IDE Specific Instructions
### PyCharm