Minimal and fast Docker Registry
Go to file
SeanOMik 4cb24d3cd3
Remove some comments
2023-04-20 22:18:53 -04:00
docs Remove some comments 2023-04-20 22:18:53 -04:00
src Remove some comments 2023-04-20 22:18:53 -04:00
.gitignore Dont store blobs in database, create StorageProvider 2023-04-18 18:59:26 -04:00
Cargo.lock Implement streaming bytes during image pushes 2023-04-20 18:05:20 -04:00
Cargo.toml Implement streaming bytes during image pushes 2023-04-20 18:05:20 -04:00
LICENSE First commit 2023-04-17 19:37:18 -04:00
README.md First commit 2023-04-17 19:37:18 -04:00
rust-toolchain.toml Dont store blobs in database, create StorageProvider 2023-04-18 18:59:26 -04:00
shell.nix First commit 2023-04-17 19:37:18 -04:00

README.md

Docker registry

Docker registry written in Rust.

This follows the docker registry spec.