mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
* Removes trailing backslash, refs #4562 * Merge branch 'master' into feature/minor_documentation_fix
This commit is contained in:
parent
a4db560e55
commit
d72e18ba60
@ -106,7 +106,7 @@ To start your beacon node, issue the following command:
|
||||
```text
|
||||
docker run -it -v $HOME/prysm:/data -p 4000:4000 --name beacon-node \
|
||||
gcr.io/prysmaticlabs/prysm/beacon-chain:latest \
|
||||
--datadir=/data \
|
||||
--datadir=/data
|
||||
```
|
||||
|
||||
The beacon node can be halted by either using `Ctrl+c` or with the command:
|
||||
|
Loading…
Reference in New Issue
Block a user