2020.04.11 in #455Docker::Names::Random
If you don't explicitely set the name of your Docker container, Docker will create a random name for you. Now you can do the same in Perl.
2023.02.23 in #605Assert Your Environment
When container image gets passed around, the information about the required env settings will certainly get lost. Here is something of a solution to that: How to ensure you have the environment variables and values you need?