Skip to content

Commit

Permalink
docs: Add container.md and move feedelegation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-yu-wm committed May 28, 2024
1 parent 3782a59 commit c01beea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ After getting enodes of mining nodes, run gwemix as follows.

bin/gwemix --syncmode full --datadir <data-directory> --bootnodes <enodes> --http --http.addr 0.0.0.0

### Starting Nodes With Docker

See documentation [here](docs/container.md)

### The original go-ethereum README follows...

## Go Ethereum
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions docs/container.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Starting Nodes With Docker

Before starting node, an image build is required. Runs from the `containers/docker/wemix` directory.

docker compose build

After, run gwemix as follows.

docker compose up -d

0 comments on commit c01beea

Please sign in to comment.