V library for interacting with the Docker HTTP API.
 
 
 
Go to file
Jef Roosens 9258bb8146
ci/woodpecker/push/lint Pipeline was successful Details
refactor: moving some stuff
2023-01-05 13:11:41 +01:00
.woodpecker ci: add linting with V 0.3.2 2022-11-01 20:17:05 +01:00
types refactor: moving some stuff 2023-01-05 13:11:41 +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: moving some stuff 2023-01-05 13:11:41 +01:00
docker.v refactor: use unified internal api for requests 2023-01-05 12:53:30 +01:00
images.v refactor: moving some stuff 2023-01-05 13:11:41 +01:00
request.v refactor: use unified internal api for requests 2023-01-05 12:53:30 +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: moving some stuff 2023-01-05 13:11:41 +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