Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah authored Oct 17, 2023
1 parent 67ccadc commit 6b615d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6b615d6

Please sign in to comment.