docker build -t bluedigits/iota-node .
/iri/data/iri/conf/iri/conf/neighbors and specify your neighbors IPs, one neighbor per line.docker run -d --net=host --name iota-node -e API_PORT=14265 -e UDP_PORT=14600 -e TCP_PORT=15600 -v /iri/data:/iri/data -v /iri/conf/neighbors:/iri/conf/neighbors bluedigits/iota-node:latestYou can specify a different API port and different UDP/TCP receiver ports by changing the values behind the -e flags when invoking docker run.
The syncing process takes a while so be patient. You can watch the logging with: docker logs iota-node -f
Please specify the neighbors within your neighbors file by adding the udp or tcp IPs and the corresponding ports, one per line.
Example:
udp://neighbor1:14600
udp://neighbor2:14600
You might have a compressed backup of transaction data. If so, you can extract data into the dedicated data folder before running your node.
Content type
Image
Digest
Size
122.9 MB
Last updated
almost 9 years ago
docker pull berndinox/iota-node