An open API service indexing awesome lists of open source software.

https://github.com/queer/eve

Very simple docker.sock API wrapper for a very limited subset of uses.
https://github.com/queer/eve

Last synced: about 1 year ago
JSON representation

Very simple docker.sock API wrapper for a very limited subset of uses.

Awesome Lists containing this project

README

          

# Eve

Simple, limited local Docker remote API wrapper, written for [ribbon](https://ribbon.sh). Requires Docker Engine API v1.18 at minimum (basically anything).

## Installation

Add the following to your mix.exs:

```elixir
def deps do
[
{:eve, github: "queer/eve"}
]
end
```