A tool for interacting with Docker registries, including listing and dumping repositories. More information: https://github.com/MachiavelliII/dockdiver.
dockdiver -url {{https://example.com}} -list
dockdiver -url {{https://example.com}} -dump {{repository_name}}
dockdiver -url {{https://example.com}} -dump-all -username {{username}} -password {{password}}
5000):dockdiver -url {{https://example.com}} -dump {{repository_name}} -port {{port}} -rate {{requests_per_second}} -dir {{path/to/output_directory}}
dockdiver -url {{https://example.com}} -dump-all -bearer {{bearer_token}}
dockdiver -url {{https://example.com}} -list -headers {{'{"X-Custom": "Value"}'}}