shiplift icon indicating copy to clipboard operation
shiplift copied to clipboard

🐳 🦀 rust interface for maneuvering docker containers

Results 64 shiplift issues
Sort by recently updated
recently updated
newest added

Supplement some parameters for starting ExecContainer instance referring to the [official document](https://docs.docker.com/engine/api/v1.41/#operation/ExecStart) Releated PR: https://github.com/softprops/shiplift/pull/325

## What did you implement: Supplement some parameters for starting ExecContainer instance referring to the [official document](https://docs.docker.com/engine/api/v1.41/#operation/ExecStart) Closes: https://github.com/softprops/shiplift/issues/326 ## How did you verify your change: `cargo run --example containerexec...

Hello friends, Thanks for this library! :raised_hands: ## What did you implement: I've been using shiplift for some automation and I've needed the support for the [ancestor filter.](https://docs.docker.com/engine/reference/commandline/ps/#filtering) > Filters...

## What did you implement: This PR adds support for deserializing of the Healthcheck fields in the `docker inspect` results (see [API](https://docs.docker.com/engine/api/v1.41/#operation/ContainerInspect) for the details). I'm not sure about `HealthStatus::Unknown`....

is this still maintained?

I would have expected defaulting to `:latest` as with the docker CLI executable, despite the docs explaining this behavior. I would suggest changing the API to pulling a single image...

Hi, Im trying to work through the example but I'm getting the following error: ``` cargo build Compiling foo v0.1.0 (/Users/cbourne/development/rust/foo) error[E0277]: the trait bound `impl futures::future::Future: std::future::Future` is not...

this is **not** a breaking change. closes #320 this silences a few `clippy::all` and `clippy::pedantic` lints. there are many more warnings/errors, but these are the non-breaking ones

CI is failing due to some new clippy lints

use 'thiserror' to define the main error enum. this is *not* a breaking change