Pier is a lightweight Docker SDK that enables basic requests and streaming responses from the Docker engine using the Finch library.
Note: Pier is currently under active development. Frequent updates may introduce breaking changes, so it is not yet production-ready.
You can find the project on GitHub: PabloG6/pier.
defp deps() do
[
{:pier, "~> 0.1.0"}
]
end
Any help or feedback is appreciated! Feel free to contribute to the project by submitting issues or pull requests.