Skip to content

Commit

Permalink
Add comment to run docker images that was pulled for registry
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 10, 2024
1 parent 3648e40 commit 78ad0c9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ journalctl -u gateway.service -f -n 100
</TabItem>
<TabItem value="docker-build" label="Run with Docker">

It may be necessary to make local changes to the `docker-run` target to add params which are needed for your requirements.
It may be necessary to make local changes to the `docker-run` target to add params which are needed for your requirements. If you pulled a
specific image from the gateway container registry ensure that the `$VERSION` environment variable is set to the same as the image version
you pulled.

```bash
cd flow-evm-gateway
Expand All @@ -233,6 +235,7 @@ DOCKER_HOST_PORT=[desired port to expose on host]
make DOCKER_RUN_DETACHED=true DOCKER_HOST_PORT=1234 DOCKER_HOST_MOUNT=/my/host/dir docker-run
```


</TabItem>
</Tabs>

Expand Down

0 comments on commit 78ad0c9

Please sign in to comment.