V library for interacting with the Docker HTTP API.
 
 
 
Go to file
Jef Roosens 2db4afc226
ci/woodpecker/push/lint Pipeline was successful Details
refactor: use unified internal api for requests
2023-01-05 12:53:30 +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
.gitignore
Makefile refactor: removed custom error type; greatly increased internal api 2023-01-05 11:52:07 +01:00
README.md
ROADMAP.md
containers.v refactor: use unified internal api for requests 2023-01-05 12:53:30 +01:00
docker.v refactor: use unified internal api for requests 2023-01-05 12:53:30 +01:00
images.v refactor: use unified internal api for requests 2023-01-05 12:53:30 +01:00
request.v refactor: use unified internal api for requests 2023-01-05 12:53:30 +01:00
stream.v
v.mod
volumes.v refactor: use unified internal api for requests 2023-01-05 12:53:30 +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