V library for interacting with the Docker HTTP API.
 
 
 
Go to file
Jef Roosens 20874bfb0b
ci/woodpecker/push/lint Pipeline failed Details
fix: add exception when reading 204's
2022-11-02 20:41:32 +01:00
.woodpecker ci: add linting with V 0.3.2 2022-11-01 20:17:05 +01:00
types refactor: ran v fmt 2022-11-01 20:49:27 +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: 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 Merge branch 'v-0.3.2' into dev 2022-11-01 20:47:28 +01:00
docker.v fix: add exception when reading 204's 2022-11-02 20:41:32 +01:00
errors.v refactor: renamed project to docker 2022-06-22 09:15:00 +02:00
images.v refactor: remove all deprecation warnings 2022-11-01 19:19:52 +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