dockdiver Command Examples

A tool for interacting with Docker registries, including listing and dumping repositories. More information: https://github.com/MachiavelliII/dockdiver.

dockdiver -url {{http://target}} -list

dockdiver -url {{http://target}} -dump {{repository_name}}

dockdiver -url {{http://example.com}} -dump-all -username {{username}} -password {{password}}

dockdiver -url http://example.com -dump {{repository_name}} -port {{port}} -rate {{requests_per_second}} -dir {{path/to/output_directory}}

dockdiver -url {{http://example.com}} -dump-all -bearer {{bearer_token}}

dockdiver -url {{http://example.com}} -list -headers {{'{"X-Custom": "Value"}'}}