docker/README.md

15 lines
335 B
Markdown
Raw Normal View History

2022-06-18 17:59:22 +02:00
# Docker
2022-06-22 09:05:06 +02:00
V library for interacting with the Docker HTTP API v1.41.
The structure of this project largely follows the official Docker
[client](https://github.com/moby/moby/tree/master/client) structure.
## Installation
You can install vdocker from source using V:
```
v install --git https://git.rustybever.be/vieter-v/vdocker
```