Install custom plugin with kong-manage- error plugin not install #12840
-
Via install docker file with load in link: https://docs.konghq.com/gateway/latest/plugin-development/distribution/#via-a-dockerfile-or-docker-run-install-and-load . With custom-plugin in github: https://github.com/Kong/kong-plugin I was run docker command below
But, docker log shows error below
How should I solve it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The -v "C:/Users/duc.nguyenviet/Desktop/kong2/kong-plugin/kong/plugins/myplugin:/tmp/custom_plugins" \ |
Beta Was this translation helpful? Give feedback.
The
-v
line needs to be updated to remove the final/kong
(this is a bug in the docs)-v "C:/Users/duc.nguyenviet/Desktop/kong2/kong-plugin/kong/plugins/myplugin:/tmp/custom_plugins" \