Skip to content

Commit

Permalink
docker readme (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Jul 18, 2021
1 parent b69638b commit 71a7e54
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 95 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ docker:
docker build -t turbo-geth:latest --build-arg git_commit='${GIT_COMMIT}' --build-arg git_branch='${GIT_BRANCH}' --build-arg git_tag='${GIT_TAG}' .

docker-compose:
# Uses host's PID,UID,GID. It required to open Erigon's DB from another process (RPCDaemon local-mode)
UID_GID=$(shell id -u):$(shell id -g) docker-compose up

# debug build allows see C stack traces, run it with GOTRACEBACK=crash. You don't need debug build for C pit for profiling. To profile C code use SETCGOTRCKEBACK=1
Expand Down
Loading

0 comments on commit 71a7e54

Please sign in to comment.