From b47ce572d89c318bab34752dcd53cf124ec4d201 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Tue, 17 Sep 2024 11:46:23 +0530 Subject: [PATCH] chore: add help command in docker --- docs/guides/nwaku/run-docker.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guides/nwaku/run-docker.md b/docs/guides/nwaku/run-docker.md index 71fbf83..15a8efa 100644 --- a/docs/guides/nwaku/run-docker.md +++ b/docs/guides/nwaku/run-docker.md @@ -58,6 +58,16 @@ To find your public IP, use: dig TXT +short o-o.myaddr.l.google.com @ns1.google.com | awk -F'"' '{ print $2}' ``` +For more detailed information about all possible configurations, please run + +```shell +docker run -t wakuorg/nwaku:v0.32.0 --help +``` + +:::info +Note that running a node in The Waku Network (--cluster-id=1) requires a special set of configurations and therefore, it is recommended to run in this case with docker compose +::: + :::info We recommend using explicit port mappings (`-p`) when exposing ports accessible from outside the host (listening and discovery ports, API servers). :::