Docs.rs
  • docker-wrapper-0.2.0
    • docker-wrapper 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • joshrotenberg
    • Dependencies
      • async-trait ^0.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^2.0 normal
      • tokio ^1.46 normal
      • tracing ^0.1 normal
      • tempfile ^3.0 dev
      • tokio-test ^0.4 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

docker_wrapper0.2.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • command::CommandExecutor
  • command::CommandOutput
  • command::EnvironmentBuilder
  • command::PortBuilder
  • command::PortMapping
  • command::bake::BakeCommand
  • command::build::BuildCommand
  • command::build::BuildOutput
  • command::exec::ExecCommand
  • command::exec::ExecOutput
  • command::images::ImageInfo
  • command::images::ImagesCommand
  • command::images::ImagesOutput
  • command::info::DockerInfo
  • command::info::InfoCommand
  • command::info::InfoOutput
  • command::info::RegistryConfig
  • command::info::RuntimeInfo
  • command::info::SystemInfo
  • command::login::LoginCommand
  • command::login::LoginOutput
  • command::logout::LogoutCommand
  • command::logout::LogoutOutput
  • command::ps::ContainerInfo
  • command::ps::PsCommand
  • command::ps::PsOutput
  • command::pull::PullCommand
  • command::push::PushCommand
  • command::run::ContainerId
  • command::run::RunCommand
  • command::run::VolumeMount
  • command::search::RepositoryInfo
  • command::search::SearchCommand
  • command::search::SearchOutput
  • command::version::ClientVersion
  • command::version::ServerVersion
  • command::version::VersionCommand
  • command::version::VersionInfo
  • command::version::VersionOutput
  • prerequisites::DockerInfo
  • prerequisites::DockerPrerequisites
  • prerequisites::DockerVersion

Enums

  • command::Protocol
  • command::ps::PsFormat
  • command::run::MountType
  • error::Error

Traits

  • command::DockerCommand

Functions

  • prerequisites::ensure_docker

Type Aliases

  • error::Result

Constants

  • VERSION