aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnton Markelov <doublic@gmail.com>2017-10-24 14:55:20 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-10-24 14:55:20 +0800
commitea5f2da39ad198e58107a79214419e31988c5e5a (patch)
treede63580ff111e63b39a838861f6c621569771256 /README.md
parent479aa61f11724560c63a7b56084259552892819d (diff)
downloadgo-tangerine-ea5f2da39ad198e58107a79214419e31988c5e5a.tar
go-tangerine-ea5f2da39ad198e58107a79214419e31988c5e5a.tar.gz
go-tangerine-ea5f2da39ad198e58107a79214419e31988c5e5a.tar.bz2
go-tangerine-ea5f2da39ad198e58107a79214419e31988c5e5a.tar.lz
go-tangerine-ea5f2da39ad198e58107a79214419e31988c5e5a.tar.xz
go-tangerine-ea5f2da39ad198e58107a79214419e31988c5e5a.tar.zst
go-tangerine-ea5f2da39ad198e58107a79214419e31988c5e5a.zip
README: add docker RPC access docs (#15362)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a13476517..57b0ea92b 100644
--- a/README.md
+++ b/README.md
@@ -130,6 +130,8 @@ docker run -d --name ethereum-node -v /Users/alice/ethereum:/root \
This will start geth in fast sync mode with a DB memory allowance of 512MB just as the above command does. It will also create a persistent volume in your home directory for saving your blockchain as well as map the default ports. There is also an `alpine` tag available for a slim version of the image.
+Do not forget `--rpcaddr 0.0.0.0`, if you want to access RPC from other containers and/or hosts. By default, `geth` binds to the local interface and RPC endpoints is not accessible from the outside.
+
### Programatically interfacing Geth nodes
As a developer, sooner rather than later you'll want to start interacting with Geth and the Ethereum