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