Module docker_api::opts

source ·
Expand description

Options used for configuring the behavior of certain API endpoints

Structs

A builder struct for ClearCacheOpts.
A builder struct for ContainerCommitOpts.
Interface for connecting a container to a network.
Interface for building a new docker container from an existing image
Interface for disconnecting a container from a network.
A builder struct for ContainerListOpts.
A builder struct for ContainerPruneOpts.
A builder struct for ContainerRemoveOpts.
Used to configure endpoint IPAM configuration when connection a container to a network. See ipam_config.
Opts for filtering streams of Docker events
Builder interface for EventOpts.
A builder struct for ExecCreateOpts.
A builder struct for ExecResizeOpts.
A builder struct for ImageListOpts.
A builder struct for ImagePruneOpts.
A builder struct for ImageRemoveOpts.
A builder struct for LogsOpts.
Interface for creating new docker network
Options for filtering networks list results“
A builder struct for NetworkListOpts.
A builder struct for NetworkPruneOpts.
A builder struct for NodeListOpts.
A builder struct for PluginListOpts.
Structure used to expose a port on a container with expose or publish.
A builder struct for ServiceListOpts.
A builder struct for SwarmInitOpts.
A builder struct for SwarmJoinOpts.
A builder struct for TagOpts.
A builder struct for VolumeCreateOpts.
A builder struct for VolumeListOpts.
A builder struct for VolumePruneOpts.

Enums

Filter Opts for container listings
An enumartion used to filter system events.
Filter type used to filter listed images.
All forms that the image identifier can take.
A single filter item used to filter the output of listing the networks.
Filter type used to filter nodes by one of the variants.
Network protocol on which a port can be exposed.
Filter Opts for services listings
Filter type used to filter volumes by one of the variants.