Paranoia ipfs in centos 7

Nothing personal, paranoia prevents me from sleeping. I just picked up ipfs in chroot. I hope someone needs it
https://gateway.ipfs.io/ipfs/QmW2FDqCBSPkGnYk1GK6bwggUBLrbfvEdgYTKe83KZM1LJ
Centos 7 Linux localhost 3.10.0-514.21.2.el7.x86_64 #1 SMP Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
unpack and

chroot /patch/to/unpack/
ipfs init
… and use guide ipfs

1 Like

Alternative option for paranoid is to run go-ipfs in Docker container: https://github.com/ipfs/go-ipfs#docker-usage

IPFS Team provides official images for every previous version: https://hub.docker.com/r/ipfs/go-ipfs/tags/
so it can be also used for quick regression tests against RC releases etc.

Wow =) It is useful to read the manual. Thank you