Categorygithub.com/joshrwolf/ripfs
module
0.0.1
Repository: https://github.com/joshrwolf/ripfs.git
Documentation: pkg.go.dev

# README

Registry on IPFS

A distributed, replicated, and resilient internal Kubernetes registry with zero dependencies, backed by IPFS.

Usage

Installation in a cluster is simple, it even works offline:

# Install in an existing connected cluster
ripfs install

# Install in an existing disconnected cluster (get the payload for your clusters architecture from the releases page)
ripfs install --offline payload.tar.gz

Add images to the registry:

# Add a remote image from dockerhub
ripfs add alpine:latest

# Add a set of images from a local oci layout
ripfs add path/to/layout

# Add images from a tarball created from docker save
ripfs add path/to/images.tar.gz

# Packages

No description provided by the author
No description provided by the author
No description provided by the author