Can I deploy an app using CAD Exchanger SDK in Docker?

Can I deploy an app using CAD Exchanger SDK in Docker?

Absolutely! CAD Exchanger SDK is a set of native software libraries, so apps using it can be run within containers. Please note that even if you're using C#, Java or Python API, it will be calling into native binaries. However there is a tiny restriction. It is required that the image of contatiner will be based on glibc library. If the image has a musl library - an incorrect behaviour running the SDK can be occur (such as crash).

In fact, almost all images are based on glibc, but there are some that include musl, such as Alpine.