...
Let's say we want to use the Smartstore Community Edition Docker Image, but have a self-developed or thirdparty third party plugin that we also want to use. How do we get the new plugin into the Docker image?
...
We create a subfolder, name is not relevant, I simply named the folder build_my_docker_image
. Here we create another folder called smartstore-linux-x64
and unpack the contents of the file into this folder.
...
We place our own or thiry-third party plugin in the \Modules
folder in the \smartstore-linux-x64
folder. Not as a zip file, but unpacked.
...