V library for interacting with the Docker HTTP API.
 
 
 
Go to file
Jef Roosens c8191a19e1
refactor: removed custom error type; greatly increased internal api
2023-01-05 11:52:07 +01:00
.woodpecker ci: add linting with V 0.3.2 2022-11-01 20:17:05 +01:00
types feat: add image_inspect function 2022-12-15 11:55:04 +01:00
util refactor: compile using V 0.3.2 2022-11-01 19:14:25 +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: implemented container_list 2022-06-21 20:28:52 +02:00
containers.v refactor: removed custom error type; greatly increased internal api 2023-01-05 11:52:07 +01:00
docker.v refactor: removed custom error type; greatly increased internal api 2023-01-05 11:52:07 +01:00
images.v refactor: removed custom error type; greatly increased internal api 2023-01-05 11:52:07 +01:00
request.v Merge branch 'v-0.3.2' into dev 2022-11-01 20:47:28 +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 refactor: remove all deprecation warnings 2022-11-01 19:19:52 +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