Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nektro/zig-docker
- Owner: nektro
- License: mit
- Created: 2022-03-07T10:25:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T20:23:16.000Z (over 1 year ago)
- Last Synced: 2024-08-03T04:09:17.540Z (3 months ago)
- Topics: bindings, docker, zig
- Language: Zig
- Homepage:
- Size: 62.5 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - zig-docker🗒️Zig bindings for the Docker Engine API
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
```