September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this section, I’d like to go a little deeper into Docker and show you how easily you can package web applications using Docker.
Docker (https://www.docker.com), a container virtualization software, allows you to deploy individual software components such as databases, web servers, message brokers, or even complete web applications in the form of what are called Docker images, which are launched as Docker containers.
The benefits of Docker are huge for developers: Instead of having to install all software components separately on your system, you can simply launch the corresponding component via Docker. For one thing, this approach keeps the development machine “clean,” and second, ...
Read now
Unlock full access