This article demonstrates a way to deploy and run Refinitiv Real-Time SDK applications in the Docker platform. Moreover, they can simply delete the containers without any footprints left on the host machine. Therefore, developers can avoid common problems, such as run-time library conflicts, and unsupported environments and focus totally on developing software. Numerous containers of separate applications are running on completely different stacks. Each environment or container has its own resources that are independent of other containers. This means more containers can be run concurrently on a given host compared to other virtual machine technologies.ĭevelopers can use Docker to automate repetitive chores, such as setting up and configuring controlled development environments. Containers are lightweight because they don’t use the extra load of a hypervisor, but they run directly within the host machine’s kernel. In Docker, the applications are presented as lightweight, portable, and self-sustaining containers which can be simultaneously run in a loosely isolated and virtual environment on a given host. Deploy and Run Refinitiv Real-Time SDK in Docker Introductionĭocker is an open containerization platform for developing, testing, deploying, and running any software applications.