Popularity
4.2
Growing
Activity
0.0
Stable
23
2
12

Monthly Downloads: 1,425
Programming language: Elixir
License: Apache License 2.0
Tags: Third Party APIs    

docker alternatives and similar packages

Based on the "Third Party APIs" category.
Alternatively, view docker alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of docker or a related project?

Add another 'Third Party APIs' Package

README

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.