Skip to content

common-theory/alpine-ipfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-ipfs Build Status

An alpine docker image with go-ipfs prebuilt.

Overview

IPFS defaults to /root/.ipfs for storing data. Custom data directories are supported via the IPFS_PATH environment variable. The image entrypoint will initialize IPFS if no data directory is detected.

The default command is ipfs daemon --migrate.

Tags

latest

The latest build from the latest release of IPFS.

pin

Built on top of latest with an entrypoint script that pins certain CIDS. Useful for spinning up swarms of machines, documentation here.

vX.X.X

Specific version tags are available for go-ipfs releases, full list here.

To build all version tags using travis include [build versions] in the commit message.

Releases

No releases published

Packages

No packages published