Commit Graph

19 Commits

Author SHA1 Message Date
David Karlsson ddad5da2f7 docs: fix oudated links to docs.docker.com
Some of the updated links had redirects in place,
Updating them to current paths to avoid relying on old redirects.
This is not an exhaustive update to all links,
just a few links that I happened to pick up on.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-08 09:47:18 +02:00
Zak B. Elep 0cba315085 perl/content.md: Note about WORKDIR issue with Debian 12 based image
- https://github.com/Perl/docker-perl/issues/140
2023-08-04 00:18:43 +08:00
Damien Ready 05b4d6a2b6 Update examples to supported release 2021-10-07 17:12:18 -05:00
Zak B. Elep 2b02f5edc2 perl: Fix typo in Carton example
Ref Perl/docker-perl#98
2021-02-08 10:36:15 +08:00
Zak B. Elep cb9bf2a366 perl: Add note about coexisting with Debian's /usr/bin/perl
A few users of docker-perl have stumbled upon (and getting confused
with) the default /usr/bin/perl shipped by Debian, so put a short note
here explaining why it remains and also better describe how docker-perl
and its tooling is installed/configured.
2020-10-29 04:23:44 +08:00
Zak B. Elep 087e4117ef perl: Update signal handler example
Make clear that the signal handler does not kill the perl process on its
own, thanks @tianon for the suggestion!
2019-08-16 11:52:47 +08:00
Zak B. Elep 82f25e898b perl: Document PID 1 signal handling behavior
Describe how Perl behaves when being run as PID 1 under containers,
particularly on receiving SIGTERM/SIGINT, showing example for explicit
signal handling.

Ref Perl/docker-perl#44
2019-08-16 11:42:52 +08:00
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
Zak B. Elep 43b7e86694 Be explicit on the onbuild/Carton image as example, & add caveats
Refer to our use of `ONBUILD` here as an example suitable for Carton
base image building, but add considerations per
https://github.com/docker-library/docs/pull/968#issuecomment-319227103
2017-08-01 12:37:30 +08:00
Zak B. Elep 7a64faa815 Rename suggested image to `perl:carton`
Using `perl:onbuild` might raise the suggestion that the Docker Perl
team is maintaining an official `onbuild` image, rather than point out
that the team merely suggests a use of the image for building a custom
variant.

For our example here, be explicit and use `perl:carton` instead.
2017-08-01 11:07:34 +08:00
Zak B. Elep db22a30626 Rephrase and try to be clearer regarding perl:onbuild
Try to distinguish making the image for `perl:onbuild` and using as the
base image for the project.
2017-07-29 10:24:13 +08:00
Zak B. Elep a488042cc4 💄 catch Travis CI checks
Run against markdownfmt.sh and remove an extra line.
2017-07-29 03:25:16 +08:00
Zak B. Elep c42b9573d2 Add example on how to make an onbuild image for Perl
Instead of providing an `onbuild` variant, show to the user how it is
created instead, by example.

See https://github.com/Perl/docker-perl/issues/13 and
https://github.com/docker-library/official-images/issues/2076
2017-07-29 03:25:16 +08:00
Tianon Gravi 481f43ec2f Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
Tianon Gravi a71fa247d9 FORMAT ALL THE THINGS 2015-02-12 13:42:10 -07:00
Stuart P. Bentley 561ef9619a Replace `$(pwd)` with `$PWD` 2015-02-04 20:06:32 +00:00
Joe Ferguson ebdf9652f7 Add missing . 2014-11-05 14:23:35 -08:00
Tianon Gravi 7d3134f982 Add LOGO magic to many contents and update.sh 2014-09-26 17:22:36 -06:00
Joe Ferguson 8e4d0e6283 move README-content.md to just content.md 2014-09-23 13:47:30 -06:00