Docker image for running a Sonic RPC or archive node from official Sonic release binaries.
409
Docker image for running a Sonic node from official sonicd and sonictool release binaries.
sonicd downloaded from the official Sonic release for the selected tagsonictool downloaded from the same releaseUID=10001, GID=10001 by default)/sonic18545/tcp for HTTP JSON-RPC18546/tcp for WebSocket JSON-RPC5050/tcp for Sonic P2P5050/udp for Sonic P2PExample:
docker run -d \
--name sonic-node \
-p 18545:18545 \
-p 18546:18546 \
-p 5050:5050/tcp \
-p 5050:5050/udp \
-v /opt/sonic:/sonic \
svetekllc/sonic:v2.1.6 \
--datadir=/sonic \
--http \
--http.addr=0.0.0.0 \
--http.port=18545 \
--http.api=eth,web3,net,txpool,abft,dag,trace,debug \
--http.vhosts=* \
--http.corsdomain=* \
--ws \
--ws.addr=0.0.0.0 \
--ws.port=18546 \
--ws.api=eth,web3,net,txpool,abft,dag,trace,debug \
--ws.origins=* \
--port=5050
sonicd/sonicsonictool genesisContent type
Image
Digest
sha256:582a92381…
Size
107.3 MB
Last updated
3 days ago
docker pull svetekllc/sonic:v2.2.2