Minimal and fast Docker Registry
Go to file
SeanOMik 81ddb75b77
Allow slashes in repository names
2023-04-25 15:55:12 -04:00
docs forgot to save 2023-04-20 22:22:34 -04:00
src Allow slashes in repository names 2023-04-25 15:55:12 -04:00
.gitignore Dont store blobs in database, create StorageProvider 2023-04-18 18:59:26 -04:00
Cargo.lock Implement a simpler method of request byte streaming to StorageProviders 2023-04-25 14:57:01 -04:00
Cargo.toml Implement a simpler method of request byte streaming to StorageProviders 2023-04-25 14:57:01 -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.