Enum docker_api::api::container::opts::ContainerFilter [−][src]
pub enum ContainerFilter { }
Expand description
Filter Opts for container listings
Variants
Tuple Fields of Ancestor
0: ImageName
Container ID or name.
Tuple Fields of Before
0: String
Containers with the specified exit code.
Tuple Fields of ExitCode
0: u64
Tuple Fields of Health
0: Health
The container’s ID.
Tuple Fields of Id
0: String
Applies only to Windows daemon.
Tuple Fields of Isolation
0: Isolation
Tuple Fields of IsTask
0: bool
Label in the form of label=key
.
Tuple Fields of LabelKey
0: String
Label in the form of label=key=val
.
The container’s name.
Tuple Fields of Name
0: String
Tuple Fields of Publish
0: PublishPort
Network ID or name.
Tuple Fields of Network
0: String
Container ID or name.
Tuple Fields of Since
0: String
Tuple Fields of Status
Volume name or mount point destination.
Tuple Fields of Volume
0: String