Not able to install storage.porter.mongodb-docker plugin through a wrapper of porter commands #3230
-
What is your question?
My build is working fine as below:
It created binary for me. and whenever I run install command, it fails with the below error:
How can I resolve it? Please I would really appreciate it. I have followed the guide mentioned here: https://porter.sh/docs/references/library/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Also this doc https://porter.sh/plugins/mongodb-docker/ says, The MongoDB Docker Storage plugin is suitable for development and test but should not be used in production. What are the recommendations for production? |
Beta Was this translation helpful? Give feedback.
-
The problem is that some of the plugins are maintained together with the Porter. This is the case for |
Beta Was this translation helpful? Give feedback.
The problem is that some of the plugins are maintained together with the Porter. This is the case for
storage.porter.mongodb-docker
,storage.porter.mongodb
and others. Communication with those plugins happens through a hiddenplugin
CLI command.As your CLI implementation doesn't include the
plugin
command the initialization of the plugins fail.