Skip to main content

container_state

Function container_state 

Source
pub async fn container_state(
    client: &DockerClient,
    name: &str,
) -> Result<String, DockerError>
Expand description

Get container state (running, stopped, etc.)