Adding Numerical Libraries to Docker for C++ Microservices

Deploy a new C++ servlet that relies on the IMSL C Numerical Library (CNL). Demonstrating how 3rd party libraries can be incorporated into a Docker application to support writing more advanced servlets. Read more

Similar

Docker Registry – Operations on API

Instead of using Docker CLI commands - we can communicate with Docker registry with GET/POST methods of Docker Registry HTTP API. Post include information for V2 of API. Example setup For our examples we use docker private registry in container. Currently... (more…)

Read more »