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.
- Host: GitHub
- URL: https://github.com/queer/eve
- Owner: queer
- Created: 2017-11-04T18:06:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T11:47:52.000Z (over 8 years ago)
- Last Synced: 2025-03-10T14:55:41.930Z (over 1 year ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```