Skip to content

yeasy/docker-ipfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPFS (Kubo)

Docker image for an IPFS Kubo node.

Supported tags

  • latest: tracks Kubo v0.40.1.

Highlights

  • 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

Quick start

docker run -d \
  --name ipfs \
  -p 4001:4001 \
  -p 5001:5001 \
  -p 8080:8080 \
  -v ipfs-data:/data/ipfs \
  yeasy/ipfs:latest

About

Docker Image for IPFS node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors