Struct lal::Container [] [src]

pub struct Container {
    pub name: String,
    pub tag: String,
}

Representation of a docker container image

Fields

The fully qualified image name

The tag to use

Methods

impl Container
[src]

[src]

Container struct with latest tag

impl Container
[src]

[src]

Initialize a container struct

This will split the container on : to actually fetch the tag, and if no tag was present, it will assume tag is latest as per docker conventions.

Trait Implementations

impl Debug for Container
[src]

[src]

Formats the value using the given formatter.

impl Clone for Container
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Container
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Container
[src]

Convenience default for functions that require Lockfile inspection Intentionally kept distinct from normal build images

[src]

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