docker build -t bluedigits/iota-node .
docker run -d --net=host --name iota-node -p 14265:14265 -p 14777:14777/udp -p 15777:15777 -v data_dir_filepath:/iri/data -v neighbors_filepath:/iri/conf/neighbors bluedigits/iota-node:latestThe syncing process takes a while so be patient. You can watch the logging with: docker logs iota-node -f
Please specify the neighbors by adding the udp or tcp IPs and the corresponding ports to the neighbors file, 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
308.8 MB
Last updated
about 9 years ago
docker pull seedbloom/iota-node