IPFS references
Docker
It is assumed that you have golang install and clone this repo to $GOPATH as appropriate.
Steps to run docker with ipfs
Steps to run ipfs docker with data volume (saving data on host)
IPFS with export volume and loading directory
Steps to run ipfs docker with export volume (download directory to ipfs)
Go Test IPFS adding and getting file
Reference of docker compose with ipfs and golang test in ginkgo
Pin file from third-parrty node
Steps to run ipfs docker with export volume (download directory to ipfs)
Go
Reference of using go-ipfs-api for sending and getting file from IPFS
Reference of using go-ipfs-api for adding directory with files to IPFS
Reference of using IPFSclient package for sending and getting file from IPFS
Bare metall
Reference of staring 2 global IPFS nodes