Crates.io | dockerapi |
lib.rs | dockerapi |
version | 0.1.6 |
source | src |
created_at | 2024-11-07 00:05:02.921775 |
updated_at | 2024-11-07 00:05:02.921775 |
description | A synchronous low-level Docker API Rust library |
homepage | |
repository | https://github.com/khulnasoft/dockerapi |
max_upload_size | |
id | 1439323 |
size | 67,659 |
WARNING: This library was written for the explicit use of
BWPlugins and should
NOT be used in any other production setting. Much of dockerapi
is simply
todo
s at present, and may never be implemented.
dockerapi
is a synchronous low-level
Docker API Rust library. It relies
upon the curl Rust library. As such,
dockerapi
works on any platform with libcurl
.
This project is licensed under the BSD-3-Clause License - see the LICENSE file for details