V library for interacting with the Docker HTTP API.
 
 
 
Go to file
Jef Roosens d4d567240d
ci/woodpecker/push/lint Pipeline was successful Details
ci: add linting with V 0.3.2
2022-11-01 20:17:05 +01:00
.woodpecker ci: add linting with V 0.3.2 2022-11-01 20:17:05 +01:00
util refactor: compile using V 0.3.2 2022-11-01 19:14:25 +01:00
.gitignore chore: added Makefile & ci linting 2022-06-18 20:58:53 +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 refactor: remove all deprecation warnings 2022-11-01 19:19:52 +01:00
docker.v refactor: compile using V 0.3.2 2022-11-01 19:14:25 +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
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