V library for interacting with the Docker HTTP API.
 
 
 
Go to file
Jef Roosens 54c66f062c
ci/woodpecker/push/lint Pipeline failed Details
WIP: migrate existing functions to new query builder
2022-06-23 20:59:14 +02:00
.woodpecker chore: added Makefile & ci linting 2022-06-18 20:58:53 +02:00
types feat: start of ContainerCreate struct 2022-06-23 20:43:18 +02:00
util Moved over code from Vieter 2022-06-18 17:59:22 +02:00
.gitignore feat: added request builder; moved types to own module 2022-06-23 20:26:45 +02:00
Makefile refactor: renamed existing container functions to fit style 2022-06-22 08:17:58 +02: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 WIP: migrate existing functions to new query builder 2022-06-23 20:59:14 +02:00
docker.v feat: added request builder; moved types to own module 2022-06-23 20:26:45 +02:00
errors.v refactor: renamed project to docker 2022-06-22 09:15:00 +02:00
images.v fix: added leading slashes to api endpoints 2022-06-22 10:31:52 +02:00
request.v WIP: migrate existing functions to new query builder 2022-06-23 20:59:14 +02:00
stream.v refactor: renamed project to docker 2022-06-22 09:15:00 +02:00
v.mod refactor: renamed project to docker 2022-06-22 09:15:00 +02:00
volumes.v refactor: renamed project to docker 2022-06-22 09:15:00 +02: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