HTTP API V2 | Docker Documentation
https://docs.docker.com/registry/spec/apiThe Docker Registry HTTP API is the protocol to facilitate distribution of images to the docker engine. It interacts with instances of the docker registry, which is a service to manage information about docker images and enable their distribution. The specification covers the operation of version 2 of this API, known as Docker Registry HTTP API V2.
check-docker · PyPI
https://pypi.org/project/check-docker07.05.2020 · check_docker. Nagios/NRPE compatible plugins for checking docker based services. Currently there are two nagios checks. check_docker which checks docker container health; check_swarm which checks health of swarm nodes and services; With check_docker can use it to check and alert on. memory consumption in absolute units (bytes, kb, mb, gb) and as a …
Remote API - Docker
https://gdevillele.github.io/engine/reference/api/docker_remote_apiIf you have bound the Docker daemon to a different socket path or TCP port, you would reference that in your cURL rather than the default. The current version of the API is v1.24 which means calling /info is the same as calling /v1.24/info.To call an older version of the API use /v1.23/info.If a newer daemon is installed, new properties may be returned even when calling older versions …