Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.15 KB

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.