Struct boondock::ContainerListOptions [] [src]

pub struct ContainerListOptions { /* fields omitted */ }

Options for Docker::containers. This uses a "builder" pattern, so most methods will consume the object and return a new one.

Methods

impl ContainerListOptions
[src]

Return all containers, including stopped ones.

Return just the most-recently-started container (even if it has stopped).

Limit the number of containers we return.

Calculate the total file sizes for our containers. WARNING: This is very expensive.

Convert to URL parameters.

Trait Implementations

impl Debug for ContainerListOptions
[src]

Formats the value using the given formatter.

impl Clone for ContainerListOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ContainerListOptions
[src]

Returns the "default value" for a type. Read more