Skip to content

Instantly share code, notes, and snippets.

@suenot
Created February 8, 2018 17:51
Show Gist options
  • Save suenot/4ed8592d3a01778f87a0308b0dfc3fe8 to your computer and use it in GitHub Desktop.
Save suenot/4ed8592d3a01778f87a0308b0dfc3fe8 to your computer and use it in GitHub Desktop.
containers
docker run -ti -v ~/.local/share/io.parity.ethereum/docker/:/root/.local/share/io.parity.ethereum/ -p 8180:8180 -p 8545:8545 -p 8546:8546 -p 30303:30303 -p 30303:30303/udp parity/parity:v1.7.0 --base-path /root/.local/share/io.parity.ethereum/ --ui-interface all --jsonrpc-interface all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment