Skip to content

Commit

Permalink
Add note to Docker instructions (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Nov 28, 2024
1 parent 57f06c3 commit 365cc41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/developers/guides/run-a-node/besu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ The Besu Docker image doesn't run on Windows.

### Prerequisites

Download and install [Docker](https://www.docker.com/products/docker-desktop/).
Download and install [Docker](https://www.docker.com/products/docker-desktop/) and ensure it is
running.

### Step 1. Download configuration files

Expand Down
3 changes: 2 additions & 1 deletion docs/developers/guides/run-a-node/erigon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ The Erigon node will attempt to find peers to begin synchronizing and to downloa

### Prerequisites

Download and install [Docker](https://www.docker.com/products/docker-desktop/).
Download and install [Docker](https://www.docker.com/products/docker-desktop/) and ensure it is
running.

### Step 1. Download configuration files

Expand Down
3 changes: 2 additions & 1 deletion docs/developers/guides/run-a-node/geth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ otherwise, you might not be connected to the Linea network.

### Prerequisites

Download and install [Docker](https://www.docker.com/products/docker-desktop/).
Download and install [Docker](https://www.docker.com/products/docker-desktop/) and ensure it is
running.

### Step 1. Download configuration files

Expand Down
3 changes: 2 additions & 1 deletion docs/developers/guides/run-a-node/linea-besu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ The node will attempt to find peers to begin synchronizing and to download the w

### Prerequisites

Download and install [Docker](https://www.docker.com/products/docker-desktop/).
Download and install [Docker](https://www.docker.com/products/docker-desktop/) and ensure it is
running.

### Step 1. Download the relevant `docker-compose.yaml` file

Expand Down

0 comments on commit 365cc41

Please sign in to comment.