adding buildkit fix to the known issues (#4594)

This commit is contained in:
Justin 2022-06-30 19:25:05 +01:00 committed by GitHub
parent c03d57356c
commit 7e9d65abdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -547,3 +547,10 @@ For example: btrfs's autodefrag option - may increase write IO 100x times
### Gnome Tracker can kill Erigon
[Gnome Tracker](https://wiki.gnome.org/Projects/Tracker) - detecting miners and kill them.
### the --mount option requires BuildKit error
For anyone else that was getting the BuildKit error when trying to start Erigon the old way you can use the below...
```
XDG_DATA_HOME=/preferred/data/folder DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 make docker-compose
```