I'm building a container from store/intersystems/iris-community:2019.4.0.383.0 .
I need to add my folder to the LD_LIBRARY_PATH so that my custom shared library would load at runtime.
How can I do that?
Here's what I tried:
Containerization is a lightweight alternative to full machine virtualization that involves encapsulating an application in a container with its own operating environment.