Skip to content

Thynkon/ex-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :ex_docker, host: "http://localhost:2561"

About

Elixir client for the Docker Remote API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%