Small dockerfile for running IPFS on arm architecture.
- Run go-ipfs as a daemon
docker run -d -p 4001:4001 --name ipfs
-e IPFS_PATH=/data/ipfs
-e IPFS_STORAGE_MAX=50G
-e IPFS_ANNOUNCE='["/ip4/92.120.41.45/tcp/14001"]'
-v /data/.ipfs:/data/ipfs mqll/go-ipfs-arm:latest
- Options
IPFS_PATH : Base dir of the ipfs node
IPFS_STORAGE_MAX : Max storage available
IPFS_ANNOUNCE : Swarm addresses to announce to the network