Skip to content

Commit

Permalink
Update the Docker command (paritytech#94)
Browse files Browse the repository at this point in the history
* Update the Docker command

Added the --network host so Polkadot JS and MetaMask can connect to the node

* Added --rm
  • Loading branch information
albertov19 authored Nov 12, 2020
1 parent 1e87a47 commit cf61448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ source $HOME/.cargo/env
You can run a standalone Moonbeam node with Docker directly:

```bash
docker run purestake/moonbase:tutorial-v2.2 /moonbase/moonbase-standalone
docker run --rm --name moonbeam_standalone --network host purestake/moonbase:tutorial-v2.2 /moonbase/moonbase-standalone --dev
```

## Chain IDs
Expand Down

0 comments on commit cf61448

Please sign in to comment.