pub async fn container_state(
client: &DockerClient,
name: &str,
) -> Result<String, DockerError>Expand description
Get container state (running, stopped, etc.)
pub async fn container_state(
client: &DockerClient,
name: &str,
) -> Result<String, DockerError>Get container state (running, stopped, etc.)