An Elixir client for the Docker Remote API. Based on DockerAPI.ex https://github.com/JonGretar/DockerAPI.ex
Add kogia
to your mix.exs
defp deps do
[
{:kogia, git: "https://github.com/anronin/kogia.git"}
]
end
Make sure it gets started
def application do
[applications: [:logger, :kogia]]
end