V library for interacting with the Docker HTTP API.
 
 
 
Go to file
Jef Roosens 46fcbd8be0
feat: add container kill endpoint
2023-05-02 14:33:45 +02:00
.woodpecker chore(ci): update V image 2023-02-08 10:50:07 +01:00
types refactor: moving some stuff 2023-01-05 13:11:41 +01:00
util chore: ran v fmt for v 0.3.3 changes 2023-02-08 10:43:33 +01:00
.gitignore feat: added request builder; moved types to own module 2022-06-23 20:26:45 +02:00
Makefile refactor: removed custom error type; greatly increased internal api 2023-01-05 11:52:07 +01:00
README.md chore: updated README [CI SKIP] 2022-06-22 09:06:59 +02:00
ROADMAP.md feat: add container kill endpoint 2023-05-02 14:33:45 +02:00
containers.v feat: add container kill endpoint 2023-05-02 14:33:45 +02:00
docker.v chore: ran v fmt for v 0.3.3 changes 2023-02-08 10:43:33 +01:00
images.v feat: add container kill endpoint 2023-05-02 14:33:45 +02:00
request.v fix: hopefully remove weird map bug 2023-02-25 14:31:37 +01:00
stream.v refactor: compile using V 0.3.2 2022-11-01 19:14:25 +01:00
v.mod refactor: renamed project to docker 2022-06-22 09:15:00 +02:00
volumes.v chore: ran v fmt for v 0.3.3 changes 2023-02-08 10:43:33 +01:00

README.md

Docker

V library for interacting with the Docker HTTP API v1.41.

The structure of this project largely follows the official Docker client structure.

Installation

You can install vdocker from source using V:

v install --git https://git.rustybever.be/vieter-v/vdocker