Perl as PID 1 under Docker

Increasingly we run our Perl programs inside docker containers,
because there are advantages in terms of isolation and deployment.
Containers provide applications with an idealized view of the OS –
they see their own filesystem, their own networking stack… Read more

Similar

Intro to Docker for Web Developers

Knowing how to use containers in application development is a must for a modern-day developer. One reason for the recent demand for containers has been the emergence of Docker. Docker has not only increased the use of containers, it has had a great impact... (more…)

Read more »