Crates.io | moby |
lib.rs | moby |
version | 0.1.2 |
source | src |
created_at | 2021-04-09 06:36:28.525461 |
updated_at | 2021-04-09 06:53:47.386729 |
description | Actively maintained Rust interface for maneuvering Docker containers |
homepage | https://github.com/wojciechkepka/moby |
repository | https://github.com/wojciechkepka/moby |
max_upload_size | |
id | 381179 |
size | 222,891 |
a rust interface for maneuvering docker containers
Add the following to your Cargo.toml
file
[dependencies]
moby = "0.1"
Many small runnable example programs can be found in this repository's examples directory.