V library for interacting with the Docker HTTP API.
 
 
 
Go to file
Jef Roosens 847a904e8d
ci/woodpecker/push/lint Pipeline failed Details
feat: start of ContainerCreate struct
2022-06-23 20:43:18 +02:00
.woodpecker
types
util
.gitignore
Makefile
README.md
ROADMAP.md
containers.v
docker.v
errors.v
images.v
request.v
stream.v
v.mod
volumes.v

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