ipfs-cluster | Pinset orchestration for IPFS | Storage library
kandi X-RAY | ipfs-cluster Summary
kandi X-RAY | ipfs-cluster Summary
Automated data availability and redundancy on IPFS. IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating and tracking a global pinset distributed among multiple peers.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ipfs-cluster
ipfs-cluster Key Features
ipfs-cluster Examples and Code Snippets
Community Discussions
Trending Discussions on ipfs-cluster
QUESTION
I'm trying to use these :
...ANSWER
Answered 2019-Aug-06 at 17:00Apparently it's by using "full channel names".
QUESTION
I am trying to set up a 2 node private IPFS cluster using docker. For that purpose I am using ipfs/ipfs-cluster:latest
image.
My docker-compose file looks like :
...ANSWER
Answered 2018-Sep-27 at 06:01According to the article you posted:
The container does not run go-ipfs. You should run the IPFS daemon separetly, for example, using the ipfs/go-ipfs Docker container. We recommend mounting the /data/ipfs-cluster folder to provide a custom, working configuration, as well as persistency for the cluster data. This is usually achieved by passing -v :/data/ipfs-cluster to docker run).
If in fact you need to connect to another service within the docker-compose, you can simply refer to it by the service name, since hostname entries are created in all the containers in the docker-compose so services can talk to each other by name instead of ip
Additionally:
Unless you run docker with --net=host, you will need to set $IPFS_API or make sure the configuration has the correct node_multiaddress.
The equivalent of --net=host in docker-compose is network_mode: "host"
(incompatible with port-mapping) https://docs.docker.com/compose/compose-file/#network_mode
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ipfs-cluster
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page