https://github.com/softprops/shiplift
🐳 🦀 rust interface for maneuvering docker containers
https://github.com/softprops/shiplift
docker library rust
Last synced: 29 days ago
JSON representation
🐳 🦀 rust interface for maneuvering docker containers
- Host: GitHub
- URL: https://github.com/softprops/shiplift
- Owner: softprops
- License: mit
- Created: 2015-03-26T03:15:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T07:58:23.000Z (over 1 year ago)
- Last Synced: 2025-05-14T08:43:58.892Z (30 days ago)
- Topics: docker, library, rust
- Language: Rust
- Homepage:
- Size: 4.12 MB
- Stars: 630
- Watchers: 10
- Forks: 118
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# shiplift
[](https://github.com/softprops/shiplift/actions) [](https://crates.io/crates/shiplift) [](./LICENSE) [](http://docs.rs/shiplift) [](https://softprops.github.io/shiplift)
> a rust interface for maneuvering [docker](https://www.docker.com/) containers
## install
Add the following to your `Cargo.toml` file
```toml
[dependencies]
shiplift = "0.7"
```## usage
Many small runnable example programs can be found in this repository's [examples directory](https://github.com/softprops/shiplift/tree/master/examples).
Doug Tangren (softprops) 2015-2018