A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/saden1/docker-api/wiki/List-Containers below:

List Containers · saden1/docker-api Wiki · GitHub

{
   "type": "array",
   "required": false,
   "items": {
       "type": "object",
       "required": false,
       "properties": {
           "Command": {
               "type": "string",
               "required": false
           },
           "Created": {
               "type": "number",
               "required": true
           },
           "Id": {
               "type": "string",
               "required": true
           },
           "Image": {
               "type": "string",
               "required": true
           },
           "Ports": {
               "type": "array",
               "required": false,
               "items": {
                   "type": "object",
                   "required": false,
                   "properties": {
                       "PrivatePort": {
                           "type": "number",
                           "required": true
                       },
                       "PublicPort": {
                           "type": "number",
                           "required": true
                       },
                       "Type": {
                           "type": "string",
                           "required": true
                       }
                   }
               }
           },
           "SizeRootFs": {
               "type": "number",
               "required": true
           },
           "SizeRw": {
               "type": "number",
               "required": true
           },
           "Status": {
               "type": "string",
               "required": true
           }
       }
   }
}
 [
    {
        "Id": "8dfafdbc3a40",
        "Image": "base:latest",
        "Command": "echo 1",
        "Created": 1367854155,
        "Status": "Exit 0",
        "Ports": [{
                "PrivatePort": 2222,
                "PublicPort": 3333,
                "Type": "tcp"
            }],
        "SizeRw": 12288,
        "SizeRootFs": 0
    },
    {
        "Id": "9cd87474be90",
        "Image": "base:latest",
        "Command": "echo 222222",
        "Created": 1367854155,
        "Status": "Exit 0",
        "Ports": [],
        "SizeRw": 12288,
        "SizeRootFs": 0
    }
 ]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4