This website requires JavaScript.
Explore
Help
Register
Sign In
SeanOMik
/
orca-registry
Watch
1
Star
0
Fork
You've already forked orca-registry
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Minimal and fast Docker Registry
3
Commits
3
Branches
0
Tags
224
KiB
Rust
97.9%
Dockerfile
1.1%
RenderScript
0.7%
Nix
0.3%
3c0259d49c
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
SeanOMik
3c0259d49c
Remove some compiler warnings, most were dead_code warnings
2023-04-17 21:50:03 -04:00
src
Remove some compiler warnings, most were dead_code warnings
2023-04-17 21:50: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
.