https://github.com/nektro/zig-docker
Zig bindings for the Docker Engine API
https://github.com/nektro/zig-docker
bindings docker zig
Last synced: 8 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T10:56:24.000Z (over 1 year ago)
- Last Synced: 2025-03-25T22:51:31.513Z (about 1 year ago)
- Topics: bindings, docker, zig
- Language: Zig
- Homepage:
- Size: 62.5 KB
- Stars: 13
- 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
```