@itentialopensource/adapter-docker
Version:
This adapter integrates with system Docker
55 lines • 1.23 kB
JSON
[
{
"Id": "5724e2c8652da337ab2eedd19fc6fc0ec908e4bd907c7421bf6a8dfc70c4c078",
"Name": "tiborvass/sample-volume-plugin",
"Tag": "latest",
"Active": true,
"Settings": {
"Env": [
"DEBUG=0"
],
"Args": null,
"Devices": null
},
"Config": {
"Description": "A sample volume plugin for Docker",
"Documentation": "https://docs.docker.com/engine/extend/plugins/",
"Interface": {
"Types": [
"docker.volumedriver/1.0"
],
"Socket": "plugins.sock"
},
"Entrypoint": [
"/usr/bin/sample-volume-plugin",
"/data"
],
"WorkDir": "",
"User": {},
"Network": {
"Type": ""
},
"Linux": {
"Capabilities": null,
"AllowAllDevices": false,
"Devices": null
},
"Mounts": null,
"PropagatedMount": "/data",
"Env": [
{
"Name": "DEBUG",
"Description": "If set, prints debug messages",
"Settable": null,
"Value": "0"
}
],
"Args": {
"Name": "args",
"Description": "command line arguments",
"Settable": null,
"Value": []
}
}
}
]