chore: updated README [CI SKIP]
parent
959afd37e5
commit
628bf31d54
13
README.md
13
README.md
|
@ -1,3 +1,14 @@
|
|||
# Docker
|
||||
|
||||
V library for interacting with the Docker HTTP API.
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue