Skip to content

docker-rapi/dockup.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

dockup.sh

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.

Lightning talk at TPC 2018

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:

rapi.io/tpc2018

instant web install

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

About

Util script to easily run rapi/psgi docker apps

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages