Docker containers
Docker is a state-of-the-art technology which creates, deploys, and runs applications by using containers. Packages are provided containing an application with all the components it requires, such as libraries, specific configurations, and other dependencies, and deploy it in no time on any other Linux or Windows workstation, regardless of any different settings between the source and the target workstation. Docker adoption ensures standardization of your application deployments and provides an easy method to replicate environments quickly in development, build, test, and production environments, speeding up the time it takes to get from build to production significantly. Install your environment using Docker to improve scalability, portability, and efficiency. Docker containers are available for Linux, Windows and other platforms.