Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softprops/shiplift
🐳 🦀 rust interface for maneuvering docker containers
https://github.com/softprops/shiplift
docker library rust
Last synced: 12 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T07:58:23.000Z (about 1 year ago)
- Last Synced: 2024-10-11T12:41:08.498Z (about 1 month ago)
- Topics: docker, library, rust
- Language: Rust
- Homepage:
- Size: 4.12 MB
- Stars: 620
- Watchers: 11
- Forks: 119
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# shiplift
[![GitHub Actions](https://github.com/softprops/shiplift/workflows/Main/badge.svg)](https://github.com/softprops/shiplift/actions) [![crates.io](https://img.shields.io/crates/v/shiplift.svg)](https://crates.io/crates/shiplift) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Released API docs](https://docs.rs/shiplift/badge.svg)](http://docs.rs/shiplift) [![Master API docs](https://img.shields.io/badge/docs-master-green.svg)](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