Fix typo in docs/docker.md (#4110)

This commit is contained in:
Miguel Tenorio 2022-09-10 12:50:57 -04:00 committed by GitHub
parent ae655e7b0f
commit f935f3527b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ The unpacked archive is in `/home/user/nimbus-eth2` which is also the default *W
Before running Nimbus via docker, you need to prepare a data directory and mount it in docker.
It is recommended that you mount the directory at `/home/user/nimbus-eth2/build/data` and pass `--data-dir=build/data/shared_mainnet_0` to all `nimbus_becaon_node` commands.
It is recommended that you mount the directory at `/home/user/nimbus-eth2/build/data` and pass `--data-dir=build/data/shared_mainnet_0` to all `nimbus_beacon_node` commands.
The wrapper script outlined below will set the data directory automatically.