GoDoxy

Get container

GET
/docker/container/{id}

Get container by container id

Path Parameters

id*string

Container ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/docker/container/string"
{
  "id": "string",
  "image": "string",
  "name": "string",
  "server": "string",
  "state": "created"
}