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
printonly: bool
Just print the command used rather than do it
x11_forwarding: bool
Attempt to forward the X11 socket and all it needs
host_networking: bool
Host networking
env_vars: Vec<String>
Environment variables
Trait Implementations
impl Default for ShellModes[src]
fn default() -> ShellModes[src]
Returns the "default value" for a type. Read more
impl Clone for ShellModes[src]
fn clone(&self) -> ShellModes[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more