Type Alias State

Source
pub type State = State;
👎Deprecated since 0.8.0: Please use docker_sdk::container::State. This will be removed in 0.9.0.

Aliased Type§

pub struct State {
    pub error: String,
    pub exit_code: u64,
    pub finished_at: DateTime<Utc>,
    pub oom_killed: bool,
    pub paused: bool,
    pub pid: u64,
    pub restarting: bool,
    pub running: bool,
    pub started_at: DateTime<Utc>,
    pub status: String,
}

Fields§

§error: String§exit_code: u64§finished_at: DateTime<Utc>§oom_killed: bool§paused: bool§pid: u64§restarting: bool§running: bool§started_at: DateTime<Utc>§status: String