How does the use of dynamic libraries (shared objects) work in a container?
by YngridKeila from LinuxQuestions.org on (#5Q7JW)
Hello, I'm starting studies with container.
I would like to understand how the use of dynamic libraries (shared objects) of the docker works. When the container runs an Ubuntu image equivalent to the host machine's version, will it use the same libraries? Is there any way to capture the libraries used by a specific container?
I would like to understand how the use of dynamic libraries (shared objects) of the docker works. When the container runs an Ubuntu image equivalent to the host machine's version, will it use the same libraries? Is there any way to capture the libraries used by a specific container?