ipfs
InterPlanetary FileSystem operations
Download executable
https://github.com/ipfs/kubo/releases/
Create and start container
docker create --name ipfs -p 8080:8080 -p 5001:5001 ipfs/kubo:master-latest docker start ipfs
Set API address
echo "/ip4/127.0.0.1/tcp/5001" > ~/.ipfs/api
Local WebUI
http://127.0.0.1:5001/webui/
Check CID publicly available
https://check.ipfs.network/
View CID on public IPFS gateway
https://dweb.link/ipfs/$CID