Mount Bind - TheBloom46/bloommanager-wiki GitHub Wiki
Sometimes, multiple servers on your network can have the same plugins. BloomManager has a solution to reduce your docker image sizes in such a scenario. Use the mount bind feature! You can list jar files that should be mounted to the plugins folder of your BloomManager servers in configuration.
Example configuration exerpt:
mountBind: true
directory:
- "/home/nodeSetup/dependencies/Essentials.jar"
- "/home/nodeSetup/dependencies/Cosmetics.jar"
Now, every BloomManager server created on that node will have the Essentials and Cosmetics plugins found in the directory /home/nodeSetup/dependencies/
on the dedicated server of the proxy.
Read more about docker's mount bind here.