Created
February 8, 2018 17:51
-
-
Save suenot/4ed8592d3a01778f87a0308b0dfc3fe8 to your computer and use it in GitHub Desktop.
containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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