I want to Dockerize a web application, which works perfectly fine locally. When trying to run the application inside Docker, an UnsatisfiedLinkError is thrown when invoking a function from the Nauty library. To work with this library locally, the Spring application has to be started by doing This library path points to the directory where the Nauty library (libnauty.so) resides.