Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 465 Bytes

docker-elixir

Hex.pm

Elixir client for the Docker Remote API using HTTPoison.

Docker endpoint

By default, the client will attempt to connect to Docker on the unix socket path /var/run/docker.sock. This can be overridden with either an HTTP endpoint or different path by either setting the DOCKER_HOST environmental variable, or as a config option:

config :docker, host: "http://localhost:2561"