Skip to main content

container_exists

Function container_exists 

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

Check if container exists