pub type ProcessConfig = ProcessConfig;
👎Deprecated since 0.8.0: Please use
docker_sdk::exec::ProcessConfig
. This will be removed in 0.9.0.Aliased Type§
pub struct ProcessConfig {
pub arguments: Vec<String>,
pub entrypoint: String,
pub privileged: bool,
pub tty: bool,
pub user: Option<String>,
}
Fields§
§arguments: Vec<String>
§entrypoint: String
§privileged: bool
§tty: bool
§user: Option<String>