This API exposes the content of the private registry available
on Nasqueron Docker servers linked to the Docker PaaS.
The PaaS mainly images from Docker Hub, so the images references here
are generally special case like work in progress containers or migrations.
This API is compatible for any Docker registry container installation.
It can be used as a standalone server or composed with other microservices in a more comprehensive API.
You need to mount the same volume or host directory for /var/lib/registry you mount on the registry container.
This microservice uses Rocket, with the Limiting Factor libraries. It's written in Rust.
A Swagger/OpenAPI specification is available. It allows to generate documentation, clients or servers.
This work is licensed under BSD-2-Clause.