Official Docker image for Dancer?
Hi, Peter Martini has created a Docker image for Dancer, which I have contributed to: https://github.com/PeterMartini/docker-dancer https://registry.hub.docker.com/u/petermartini/docker-dancer/ If this is ok to Peter, I'd prefer this to be an official repository at https://github.com/PerlDancer. You should also create an Docker organization account for the Dancer community: https://hub.docker.com/account/organizations/ The current documentation could be extended to a tutorial. Rob N already did good work here: http://robn.io/docker-perl/ (I'm not sure we should recommend the git glone approach as *only* way to build your dancer application image, one could also use "COPY" in a Dockerfile and "docker build"). A similar tutorial for another language is https://docs.docker.com/examples/nodejs_web_app/. Anyway: I think that an (or multiple) official Docker images for Dancer could improve the visibility and usability of Dancer framework a lot. Cheers, Jakob P.S: If Task::Dancer wasn't stalled (no updates since 2012?!) I'd recommend to install Task::Dancer instead of just Dancer -- Jakob Voß <jakob.voss@gbv.de> Verbundzentrale des GBV (VZG) / Common Library Network Platz der Goettinger Sieben 1, 37073 Göttingen, Germany +49 (0)551 39-10242, http://www.gbv.de/
I was hoping to make it official, just wasn't sure who I should get to jump in and sign off. It'd be neat to get this done in time for the conference :-) I also wasn't sure of the best way to handle versioning, and in particular Dancer v. Dancer2, so any insight or advice is appreciated. By the way, thanks for pointing me to those blog posts, and thanks to Rob for writing it! Sent from my iPhone
On Oct 1, 2014, at 3:15, Jakob Voß <Jakob.Voss@gbv.de> wrote:
Hi,
Peter Martini has created a Docker image for Dancer, which I have contributed to:
https://github.com/PeterMartini/docker-dancer https://registry.hub.docker.com/u/petermartini/docker-dancer/
If this is ok to Peter, I'd prefer this to be an official repository at https://github.com/PerlDancer. You should also create an Docker organization account for the Dancer community: https://hub.docker.com/account/organizations/
The current documentation could be extended to a tutorial. Rob N already did good work here: http://robn.io/docker-perl/ (I'm not sure we should recommend the git glone approach as *only* way to build your dancer application image, one could also use "COPY" in a Dockerfile and "docker build"). A similar tutorial for another language is https://docs.docker.com/examples/nodejs_web_app/.
Anyway: I think that an (or multiple) official Docker images for Dancer could improve the visibility and usability of Dancer framework a lot.
Cheers, Jakob
P.S: If Task::Dancer wasn't stalled (no updates since 2012?!) I'd recommend to install Task::Dancer instead of just Dancer
-- Jakob Voß <jakob.voss@gbv.de> Verbundzentrale des GBV (VZG) / Common Library Network Platz der Goettinger Sieben 1, 37073 Göttingen, Germany +49 (0)551 39-10242, http://www.gbv.de/
Very nice tutorial about Docker and Dancer. Thank you! On Wed, Oct 1, 2014 at 7:50 AM, Peter Martini <petercmartini@gmail.com> wrote:
I was hoping to make it official, just wasn't sure who I should get to jump in and sign off. It'd be neat to get this done in time for the conference :-)
I also wasn't sure of the best way to handle versioning, and in particular Dancer v. Dancer2, so any insight or advice is appreciated.
By the way, thanks for pointing me to those blog posts, and thanks to Rob for writing it!
Sent from my iPhone
On Oct 1, 2014, at 3:15, Jakob Voß <Jakob.Voss@gbv.de> wrote:
Hi,
Peter Martini has created a Docker image for Dancer, which I have contributed to:
https://github.com/PeterMartini/docker-dancer https://registry.hub.docker.com/u/petermartini/docker-dancer/
If this is ok to Peter, I'd prefer this to be an official repository at https://github.com/PerlDancer. You should also create an Docker organization account for the Dancer community: https://hub.docker.com/account/organizations/
The current documentation could be extended to a tutorial. Rob N already did good work here: http://robn.io/docker-perl/ (I'm not sure we should recommend the git glone approach as *only* way to build your dancer application image, one could also use "COPY" in a Dockerfile and "docker build"). A similar tutorial for another language is https://docs.docker.com/examples/nodejs_web_app/.
Anyway: I think that an (or multiple) official Docker images for Dancer could improve the visibility and usability of Dancer framework a lot.
Cheers, Jakob
P.S: If Task::Dancer wasn't stalled (no updates since 2012?!) I'd recommend to install Task::Dancer instead of just Dancer
-- Jakob Voß <jakob.voss@gbv.de> Verbundzentrale des GBV (VZG) / Common Library Network Platz der Goettinger Sieben 1, 37073 Göttingen, Germany +49 (0)551 39-10242, http://www.gbv.de/
dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On Wed, Oct 1, 2014, at 05:15 PM, Jakob Voß wrote:
Peter Martini has created a Docker image for Dancer, which I have contributed to:
Awesome. I should try and "rebase" towncrier's image on top of it, see how it goes.
The current documentation could be extended to a tutorial. Rob N already did good work here: http://robn.io/docker-perl/
Thanks for the mention. Feel free to take the text for docs or tutorials or whatever you like, I don't mind. Just a name and link back for credit, as usual :) Cheers, Rob N.
Let's formalize it even more: 1. I'd love to put it as a repo in under PerlDancer. We could have the repo contain two images: one for Dancer and one for Dancer2. We could also keep two repos. What do you fellows think? :) 2. How about we add Dancer2::Manual::Docker? One could be made for Dancer v1 too. 3. How about an article for Advent Calendar? :) Great work, really! On Thu, Oct 2, 2014 at 11:38 PM, Robert Norris <robn@robn.io> wrote:
On Wed, Oct 1, 2014, at 05:15 PM, Jakob Voß wrote:
Peter Martini has created a Docker image for Dancer, which I have contributed to:
Awesome. I should try and "rebase" towncrier's image on top of it, see how it goes.
The current documentation could be extended to a tutorial. Rob N already did good work here: http://robn.io/docker-perl/
Thanks for the mention. Feel free to take the text for docs or tutorials or whatever you like, I don't mind. Just a name and link back for credit, as usual :)
Cheers, Rob N. _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
+1 to everything Sawyer said :) 2014-10-08 21:04 GMT+02:00 Sawyer X <xsawyerx@gmail.com>:
Let's formalize it even more: 1. I'd love to put it as a repo in under PerlDancer. We could have the repo contain two images: one for Dancer and one for Dancer2. We could also keep two repos. What do you fellows think? :) 2. How about we add Dancer2::Manual::Docker? One could be made for Dancer v1 too. 3. How about an article for Advent Calendar? :)
Great work, really!
On Thu, Oct 2, 2014 at 11:38 PM, Robert Norris <robn@robn.io> wrote:
On Wed, Oct 1, 2014, at 05:15 PM, Jakob Voß wrote:
Peter Martini has created a Docker image for Dancer, which I have contributed to:
Awesome. I should try and "rebase" towncrier's image on top of it, see how it goes.
The current documentation could be extended to a tutorial. Rob N already did good work here: http://robn.io/docker-perl/
Thanks for the mention. Feel free to take the text for docs or tutorials or whatever you like, I don't mind. Just a name and link back for credit, as usual :)
Cheers, Rob N. _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Alexis Sukrieh http://twitter.com/sukria - http://blog.sukria.net "People get annoyed when you try to debug them." -- Larry Wall
participants (6)
-
Alexis Sukrieh -
Jacques Lareau -
Jakob Voß -
Peter Martini -
Robert Norris -
Sawyer X