https://github.com/pccr10001/ipfs-multinode-cluster
IPFS Multi-Node cluster for testing
https://github.com/pccr10001/ipfs-multinode-cluster
docker docker-compose ipfs ipfs-blockchain
Last synced: about 2 months ago
JSON representation
IPFS Multi-Node cluster for testing
- Host: GitHub
- URL: https://github.com/pccr10001/ipfs-multinode-cluster
- Owner: pccr10001
- Created: 2018-04-20T09:57:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T17:36:35.000Z (almost 8 years ago)
- Last Synced: 2025-10-28T00:51:30.729Z (8 months ago)
- Topics: docker, docker-compose, ipfs, ipfs-blockchain
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IPFS Private MultiNode Cluster
---
Easily create IPFS private network for testing
# Create container
If you want to select different version of IPFS, just change URL in `docker/Dockerfile`.
```bash=
git clone https://github.com/pccr10001/ipfs-multinode-cluster.git
cd ipfs-multinode-cluster/docker
docker build -t ipfs .
```
# Initial Setup
You can change IPs in `ipfs-init.sh`.
```bash=
cd ipfs-multinode-cluster
./ipfs-init.sh
```
# Run
```bash=
cd ipfs-multinode-cluster
docker-compose up -d
```