Skip to content

Commit

Permalink
adding buildkit fix to the known issues (#4594)
Browse files Browse the repository at this point in the history
  • Loading branch information
justincavery committed Jun 30, 2022
1 parent c03d573 commit 7e9d65a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7e9d65a

Please sign in to comment.