Repository for build scripts for dancer. This installs module YAML and Dancer. Port 3000 is exposed to connect to a dancer web application. A simple "Hello-World" application is started unless another command is given.
There are different tags for different versions of Perl, corresponding to the tags in library/perl.
-
Pull the repository from docker hub:
docker pull petermartini/docker-dancer
-
Start the container, exposing the web application at local port 3000:
docker run -d -p 3000:3000 petermartini/docker-dancer