We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at the API docs we have a inspect URL of /plugins/<name>/json (https://docs.docker.com/reference/api/engine/v1.46/#tag/Plugin/operation/PluginInspect) but looking at the code i see the url is /plugins/<name>
/plugins/<name>/json
/plugins/<name>
dockerode/lib/plugin.js
Line 28 in 49bd8c4
The text was updated successfully, but these errors were encountered:
21d8397
No branches or pull requests
Looking at the API docs we have a inspect URL of
/plugins/<name>/json
(https://docs.docker.com/reference/api/engine/v1.46/#tag/Plugin/operation/PluginInspect)but looking at the code i see the url is
/plugins/<name>
dockerode/lib/plugin.js
Line 28 in 49bd8c4
which for me cause a 404 since the path doesn't exists
The text was updated successfully, but these errors were encountered: