List plugins
/v1.33
/v1.33
/v1.33
/v1.33
GET
/plugins
Plugin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1.33/plugins'
Response Response Example
200 - Example 1
[
{
"Config": {
"Args": {
"Description": "command line arguments",
"Name": "args",
"Settable": [
"string"
],
"Value": [
"string"
]
},
"Description": "A sample volume plugin for Docker",
"DockerVersion": "17.06.0-ce",
"Documentation": "https://docs.docker.com/engine/extend/plugins/",
"Entrypoint": [
"/usr/bin/sample-volume-plugin",
"/data"
],
"Env": [
{
"Description": "If set, prints debug messages",
"Name": "DEBUG",
"Settable": null,
"Value": "0"
}
],
"Interface": {
"Socket": "plugins.sock",
"Types": [
"docker.volumedriver/1.0"
]
},
"IpcHost": false,
"Linux": {
"AllowAllDevices": false,
"Capabilities": [
"CAP_SYS_ADMIN",
"CAP_SYSLOG"
],
"Devices": [
{
"Description": "string",
"Name": "string",
"Path": "/dev/fuse",
"Settable": [
"string"
]
}
]
},
"Mounts": [
{
"Description": "This is a mount that's used by the plugin.",
"Destination": "/mnt/state",
"Name": "some-mount",
"Options": [
"rbind",
"rw"
],
"Settable": [
"string"
],
"Source": "/var/lib/docker/plugins/",
"Type": "bind"
}
],
"Network": {
"Type": "host"
},
"PidHost": false,
"PropagatedMount": "/mnt/volumes",
"User": {
"GID": 1000,
"UID": 1000
},
"WorkDir": "/bin/",
"rootfs": {
"diff_ids": [
"sha256:675532206fbf3030b8458f88d6e26d4eb1577688a25efec97154c94e8b6b4887",
"sha256:e216a057b1cb1efc11f8a268f37ef62083e70b1b38323ba252e25ac88904a7e8"
],
"type": "layers"
}
},
"Enabled": true,
"Id": "5724e2c8652da337ab2eedd19fc6fc0ec908e4bd907c7421bf6a8dfc70c4c078",
"Name": "tiborvass/sample-volume-plugin",
"PluginReference": "localhost:5000/tiborvass/sample-volume-plugin:latest",
"Settings": {
"Args": [
"string"
],
"Devices": [
{
"Description": "string",
"Name": "string",
"Path": "/dev/fuse",
"Settable": [
"string"
]
}
],
"Env": [
"DEBUG=0"
],
"Mounts": [
{
"Description": "This is a mount that's used by the plugin.",
"Destination": "/mnt/state",
"Name": "some-mount",
"Options": [
"rbind",
"rw"
],
"Settable": [
"string"
],
"Source": "/var/lib/docker/plugins/",
"Type": "bind"
}
]
}
}
]
Request
Query Params
filters
stringÂ
optional
map[string][]string
) to process on the plugin list. Available filters:capability=<capability name>
enable=<true>|<false>
Responses
Modified at 2022-09-10 17:56:06