Docker Registry – Operations on API

Instead of using Docker CLI commands – we can communicate with Docker registry with GET/POST methods of Docker Registry HTTP API.
Post include information for V2 of API.
Example setup For our examples we use docker private registry in container. Currently… Read more

Similar