[][src]Function shipshape::create_container

pub async fn create_container(
    body_str: String
) -> Result<String, Box<dyn Error + Send + Sync>>

Create a docker container from an image Must specify the full JSON encoded body to send to the API See https://docs.docker.com/engine/api/v1.41/#operation/ContainerCreate for complete list of valid options