zeus 2 years ago
parent
commit
9a0631ca16
  1. 4
      README.md

4
README.md

@ -25,6 +25,10 @@ Perl is a high-level, general-purpose, interpreted, dynamic programming language
https://en.wikipedia.org/wiki/Perl
**This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.**
#### Coexisting with Debian's /usr/bin/perl
The perl binary built for this image is installed in /usr/local/bin/perl, along with other standard tools in the Perl distribution such as prove and perldoc, as well as cpanm for installing CPAN modules. Containers running this image will also have their PATH enviroment set like /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin to ensure that this perl binary will be found first in normal usage.

Loading…
Cancel
Save