Struct lal::ShellModes [] [src]

pub struct ShellModes {
    pub printonly: bool,
    pub x11_forwarding: bool,
    pub host_networking: bool,
    pub env_vars: Vec<String>,
}

Various ways to invoke docker_run

Fields

Just print the command used rather than do it

Attempt to forward the X11 socket and all it needs

Host networking

Environment variables

Trait Implementations

impl Default for ShellModes
[src]

[src]

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

impl Clone for ShellModes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more