Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nektro/zig-docker

Zig bindings for the Docker Engine API
https://github.com/nektro/zig-docker

bindings docker zig

Last synced: 26 days ago
JSON representation

Zig bindings for the Docker Engine API

Awesome Lists containing this project

README

        

# zig-docker

Zig bindings for the Docker Engine API.

API docs: https://docs.docker.com/engine/api/v1.41/

WIP as its based on the partially-incomplete Swagger API (https://github.com/moby/moby/issues/27919)

## Updating
```
$ zig build run
$ zig fmt src/direct.zig
```

## Example Program
```
$ zig build test
```