Download the PHP package josepostiga/docker-registry-api-explorer without Composer
On this page you can find all versions of the php package josepostiga/docker-registry-api-explorer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download josepostiga/docker-registry-api-explorer
More information about josepostiga/docker-registry-api-explorer
Files in josepostiga/docker-registry-api-explorer
Package docker-registry-api-explorer
Short Description Simple Docker Registry API Explorer
License MIT
Homepage https://github.com/josepostiga/docker-registry-api-explorer
Informations about the package docker-registry-api-explorer
Simple Docker Registry API Explorer
Installation
You can install the package via composer:
Note
This package needs an accessible official Docker Registry container to be up and running. Please refer to the Docker documentation to know how to boot a private registry.
Usage
Before using this package, you need to publish the configuration:
A new docker-registry.php
config file will be published in the config
folder. Inside of it, you'll find a few configuration items you need to modify according to your reality, specifically the "url", which is the publicly accessible url of the Docker registry you'll connect to.
Catalogs
The Docker Registry references "Catalogs" as a directory of available images repositories. Here's an example to get all available repositories:
Tags
Tags are associated with an image repository. To access this list, you need to pass the image you want to access the related tags. Here's an example to get all tags associated with an image repository:
Manifests
A Manifest is a detailed document about what changes and information an image tag is referring to. Here's an example to get the manifest of a tag associated with an image repository:
Note
Right now, this package only supports simple operations available on the official Docker Registry HTTP API.
Other types of registries are not supported, yet. Feel free to help out on that.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please Telegram instead of using the issue tracker.
Credits
- José Postiga
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of docker-registry-api-explorer with dependencies
ext-json Version *
guzzlehttp/guzzle Version ~6.0
illuminate/support Version ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0