Minimal and fast Docker Registry
Go to file
SeanOMik 82774a4931
Add _catalog endpoints for listing repositories
2023-04-18 00:23:03 -04:00
src Add _catalog endpoints for listing repositories 2023-04-18 00:23:03 -04:00
.gitignore First commit 2023-04-17 19:37:18 -04:00
Cargo.lock Implement image pulling and pushing 2023-04-17 21:47:24 -04:00
Cargo.toml Implement image pulling and pushing 2023-04-17 21:47:24 -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
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.