@itentialopensource/adapter-docker
Version:
This adapter integrates with system Docker
37 lines • 616 B
JSON
{
"ID": "string",
"Version": {
"Index": 7
},
"CreatedAt": "string",
"UpdatedAt": "string",
"Spec": {
"Availability": "active",
"Name": "node-name",
"Role": "manager",
"Labels": {
"foo": "bar"
}
},
"Description": {
"Hostname": "string",
"Platform": {
"Architecture": "string",
"OS": "string"
},
"Resources": {
"NanoCPUs": 3,
"MemoryBytes": 7
},
"Engine": {
"EngineVersion": "string",
"Labels": {},
"Plugins": [
{
"Type": "string",
"Name": "string"
}
]
}
}
}