We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Any container started as a plugin is expected to listen for HTTP requests on /var/run/docker-plugin/plugin.sock.
/var/run/docker-plugin/plugin.sock
The daemon first requests
POST /v1/handshake HTTP/1.1
to which the reply must be JSON:
{ "InterestedIn": [string ...], "Name": string, "Author": string, "Org": string, "Website": string }
Once the handshake is complete, the daemon considers the plugin registered for the extension points listed.
There was an error while loading. Please reload this page.