Skip to content

anronin/kogia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kogia

An Elixir client for the Docker Remote API. Based on DockerAPI.ex https://github.com/JonGretar/DockerAPI.ex

Usage

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

About

An Elixir client for the Docker Remote API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages