Install a plugin
/v1.33
/v1.33
/v1.33
/v1.33
POST
/plugins/pull
Plugin
POST /plugins/{name}/enable
endpoint.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1.33/plugins/pull?remote=' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"Description": "",
"Name": "network",
"Value": [
"host"
]
},
{
"Description": "",
"Name": "mount",
"Value": [
"/data"
]
},
{
"Description": "",
"Name": "device",
"Value": [
"/dev/cpu_dma_latency"
]
}
]'
Response Response Example
204 - Example 1
{}
Request
Query Params
remote
stringÂ
required
:latest
tag is optional, and is used as the default if omitted.name
stringÂ
optional
:latest
tag is optional, and is used as the default if omitted.Header Params
X-Registry-Auth
stringÂ
optional
Body Params application/json
Responses
Modified at 2022-09-10 17:56:06