mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
adding buildkit fix to the known issues (#4594)
This commit is contained in:
parent
c03d57356c
commit
7e9d65abdf
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user