Docker image for an IPFS Kubo node.
latest: tracks Kubov0.40.1.
- Downloads and installs official Kubo release tarballs from
dist.ipfs.tech. - Initializes the repo on first start (in
IPFS_PATH, default/data/ipfs). - Exposes standard ports:
- Swarm:
4001 - API:
5001 - Gateway:
8080
- Swarm:
docker run -d \
--name ipfs \
-p 4001:4001 \
-p 5001:5001 \
-p 8080:8080 \
-v ipfs-data:/data/ipfs \
yeasy/ipfs:latest