Skip to content
Advertisement

Can docker run additional libraries my OS doesnt support?

I have an OS(Amazon Linux) that doesn’t support a library (libcgj). If I host the application via docker container, can I use this library?

Advertisement

Answer

As long as your application’s base images is one of those OSs that support your library, I think you should be fine. However, if you could give some more information like what application, Dockerfile etc. and your specific problem, somebody might answer better your question.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement