Utility bash script to easily run Perl-based Plack/PSGI web apps using Docker without the need for a local installation of Perl.
The script generates and runs the appropriate docker run
commands needed to launch your app using the rapi/psgi DockerHub image which does the actual work. See http://hub.docker.com/r/rapi/psgi/.
See also the dockup.sh script itself for more info, usage and examples.
See also the 5-minute Lightning talk given by @vanstyn on dockup.sh
at The Perl Conference 2018 in Salt Lake City on June 19:
Run this command to automatically download and install/update to the latest dockup.sh:
wget -O - http://rapi.io/install-dockup.sh | bash
Or
curl -L http://rapi.io/install-dockup.sh | bash