![A Practical Introduction to Docker Container Terminology](/sites/default/files/styles/list_item_thumb/public/blog/2015/09/containers-for-grown-ups.png?itok=mWPMm0Zf)
Article
Deploying PSGI Applications using RHSCL Docker Containers
Red Hat Software Collections (RHSCL) 2.0 brings Perl 5.20 as a Docker image. This allows you to deploy Perl applications easily. The basic idea is to combine your application code from Git tree and Red Hat's rhscl/perl-520-rhel7 base image into an application image that will run your application in mod_perl environment. Your application can either be a simple Common Gateway Interface (CGI) script or a full-fledged Perl Web Server Gateway Interface (PSGI) application. Following this step-by-step procedure will show you...