GoDoxy

Get containers

GET
/docker/containers

Get containers

Response Body

application/json

application/json

application/json

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