From 6b615d6c206041664e08fe27d0eefc62fdb9a28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Tue, 17 Oct 2023 11:38:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5daa78d..9060d9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DockerEngineAPI -[![Hex.pm](https://img.shields.io/hexpm/v/ex_docker_engine_api.svg)]() +[![Hex.pm](https://img.shields.io/hexpm/v/ex_docker_engine_api.svg)](https://hex.pm/packages/ex_docker_engine_api) The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls.