Show HN: A Docker/OCI IPFS based distributed registry
github.comCreated a docker registry that is backed by IPFS. It can work has 2 new components in it (can be used independently):
1. A storage driver - This allows you to push and pull images using IPFS as storage. The storage root is published to IPNS and can be shared, so other people can use your pushed images. You can even layer them! 2. A registry middleware - This allows you to pull OCI images directly from IPFS using their CID (no need for IPNS).
I hope you give it a try, and would love to hear your feedback!