Anthony Oteri b4005f3cda Merge pull request #9 from anthonyoteri/github-workflows
Update GitHub workflows
2023-09-21 11:41:28 -04:00
2023-09-21 11:39:58 -04:00
2023-09-18 14:16:44 -04:00
2023-09-20 16:41:59 -04:00
2023-09-13 17:37:28 -04:00
2023-09-13 17:37:28 -04:00
2023-09-13 17:37:28 -04:00

dredge

Dredge is a command line tool for working with the Docker Registry V2 API.

Configuration

Dredge is configured using a simple TOML based configuration file format. By default, it will look in the default configuration location for your operating system i.e. on Linux this is ~/.config/dredge/dredge.toml.

You may also override the configuration file at the command line with the -c or --config argument. The supplied argument must refer to an existing file.

The format of the configuration file is simple, and contains only the base URL for the registry server.

registry_url = "https://localhost:5000"

If Dredge is run without a configuration file present, one will be created with the default configuration shown above.

Usage

Checking the API Version

Performs a simple API version check.

dredge check

Fetch Repository List

Fetch a sorted list of available repository names from the Registry's catalog.

dredge catalog
S
Description
Docker Registry UI
Readme 426 KiB
Languages
Rust 89.9%
Just 6.8%
Shell 3.3%