Easily create IPFS private network for testing
If you want to select different version of IPFS, just change URL in docker/Dockerfile.
git clone https://github.com/pccr10001/ipfs-multinode-cluster.git
cd ipfs-multinode-cluster/docker
docker build -t ipfs .
You can change IPs in ipfs-init.sh.
cd ipfs-multinode-cluster
./ipfs-init.sh
cd ipfs-multinode-cluster
docker-compose up -d