Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 238 Bytes

File metadata and controls

6 lines (4 loc) · 238 Bytes

docker-elixir

Elixir client for the Docker Remote API using HTTPoison.

Currently the client only supports having Docker listen on a TCP port, not a Unix socket. This can be enabled with the flag the -H flag, e.g. -H 127.0.0.1:2735.