Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ regi Public

thin OCI registry wrapper over docker image store

Notifications You must be signed in to change notification settings

ndbaker1/regi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regi

Use an image store like Docker as a real OCI image registry to simplify pulls of locally built images.

Installation

go install github.com/ndbaker1/regi@latest

Usage

For example; if you are running a Docker-in-Docker setup such as KinD, you can insert this block into containerd hosts config to add a fallback to docker host.

# /etc/containerd/certs.d/_default/hosts.toml
[host."http://host.docker.internal:5000"]
    capabilities = ["pull", "resolve"]

start regi:

> regi
time=2026-02-24T11:11:15.790-08:00 level=INFO msg="starting registry" addr=:5000

About

thin OCI registry wrapper over docker image store

Resources

Stars

Watchers

Forks