Enum docker_api::api::container::opts::ContainerFilter[][src]

pub enum ContainerFilter {
Show 15 variants Ancestor(ImageName), Before(String), ExitCode(u64), Health(Health), Id(String), Isolation(Isolation), IsTask(bool), LabelKey(String), Label(String, String), Name(String), Publish(PublishPort), Network(String), Since(String), Status(ContainerStatus), Volume(String),
}
Expand description

Filter Opts for container listings

Variants

Ancestor

Tuple Fields of Ancestor

0: ImageName
Before

Container ID or name.

Tuple Fields of Before

0: String
ExitCode

Containers with the specified exit code.

Tuple Fields of ExitCode

0: u64
Health

Tuple Fields of Health

0: Health
Id

The container’s ID.

Tuple Fields of Id

0: String
Isolation

Applies only to Windows daemon.

Tuple Fields of Isolation

0: Isolation
IsTask

Tuple Fields of IsTask

0: bool
LabelKey

Label in the form of label=key.

Tuple Fields of LabelKey

0: String
Label

Label in the form of label=key=val.

Tuple Fields of Label

0: String1: String
Name

The container’s name.

Tuple Fields of Name

0: String
Publish

Tuple Fields of Publish

0: PublishPort
Network

Network ID or name.

Tuple Fields of Network

0: String
Since

Container ID or name.

Tuple Fields of Since

0: String
Status

Tuple Fields of Status

0: ContainerStatus
Volume

Volume name or mount point destination.

Tuple Fields of Volume

0: String

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.