pub async fn get_container_ip(container_id: &str) -> Result<String, Error>
Gets the IP address of a Docker container using the container ID.