DockerEx

Docker engine SDK implemented in Elixir.

Installation

This package is not yet availalbe in hex. Thus, the package can be installed by adding docker_ex to your list of dependencies in mix.exs using :git reference:

def deps do
  [
      {:docker_ex, git: "https://github.com/revolko/docker_ex.git"}
  ]
end

WIP

Note, this package is not production ready and far from being done. All contributions are welcome.