Minimal and fast Docker Registry
Go to file
SeanOMik 16da8aa190
Delete manifests, list tags
2023-04-17 23:18:56 -04:00
src Delete manifests, list tags 2023-04-17 23:18:56 -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.