https://github.com/desertbit/dregu
Docker Registry Utility
https://github.com/desertbit/dregu
Last synced: 6 months ago
JSON representation
Docker Registry Utility
- Host: GitHub
- URL: https://github.com/desertbit/dregu
- Owner: desertbit
- Created: 2020-06-24T11:32:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T19:53:49.000Z (over 4 years ago)
- Last Synced: 2024-06-20T05:27:30.034Z (about 2 years ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DREGU - Docker REGistry Utility
This tool is a simple wrapper around the official Go bindings of the [docker-registry client](github.com/desertbit/docker-registry-client/registry)
Currently, a simple list command is supported, to print out which Images/Tags the registry contains.
For more details, see `dregu -h`
### Installation
`go install github.com/desertbit/dregu@latest`