Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredex42/docker-perl
Utilities to build minimal Docker base images for perl scripts
https://github.com/fredex42/docker-perl
docker perl
Last synced: 25 days ago
JSON representation
Utilities to build minimal Docker base images for perl scripts
- Host: GitHub
- URL: https://github.com/fredex42/docker-perl
- Owner: fredex42
- Created: 2018-04-18T09:57:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T10:06:26.000Z (almost 7 years ago)
- Last Synced: 2024-11-15T22:26:09.045Z (2 months ago)
- Topics: docker, perl
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker build scripts
========Prerequisites
------ Working docker installation
How to use
-----1. Clone the repo
2. Run `dockerbuild.sh {perl-version-to-build}`. {perl-version-to-build} can be anything from http://www.cpan.org/src/5.0/ that starts with perl-
3. Your resultant image will be built and tagged as andyg42/perl:{perl-version}. A simple edit to `dockerbuild.sh` will change the repo name
4. Use this image as a base to run your script from