15 lines
335 B
Markdown
15 lines
335 B
Markdown
# Docker
|
|
|
|
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
|
|
```
|