Module client

Module client 

Source
Expand description

This module contains the traits that represent the bare functiionality of a client.

See crate::client::podman::Podman for usage of the podman client implementation.

Modules§

docker
podman
shared

Structs§

ContainerHandle
Log

Traits§

Client
The client Trait represents a way to access a client.
Handle
A handle is a way to interact with a container.