Interface ContainerCreateResponse

OK response to ContainerCreate operation ContainerCreateResponse

interface ContainerCreateResponse {
    Id: string;
    Warnings: string[];
}

Properties

Properties

Id: string

The ID of the created container

Warnings: string[]

Warnings encountered when creating the container