[Pharo-users] Pharo and Docker (some steps)

2018-08-20 Thread Torsten Bergmann
For those interested in Docker: I recently played with Pharo and Docker and summarized some of my steps in a small tutorial in my Pharo wiki: http://wiki.astares.com/pharo/613 There is also a page following Mike Filonovs suggestions on the Pharo docker file: http://wiki.astares.com/ph

[Pharo-users] Pharo and Docker

2017-08-03 Thread Gmail
I'm trying to get pharo and teapot working with Docker. I've downloaded the command line image and I see a lot of Docker images but I'm not quite clear on how to connect the parts... Tony Giaccone

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread p...@highoctane.be
I am aiming to do one for CentOS 7 in march. Phil Le 20 févr. 2015 16:55, "Sean P. DeNigris" a écrit : > ksi wrote > > Already accomplished for archlinux - https://hub.docker.com/u/geal/ > > The motivaton behind it - > > > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-clo

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread Sean P. DeNigris
ksi wrote > Already accomplished for archlinux - https://hub.docker.com/u/geal/ > The motivaton behind it - > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ > > Cheers > Kiril - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-and-Doc

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread Alexandre Bergel
Excellent link! Alexandre > Le 20 févr. 2015 à 06:46, "p...@highoctane.be" a écrit : > > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ > > Le 20 févr. 2015 10:59, "S Krish" a écrit > : >> >> Not so much Pharo on Docker, but a complete stack on Docker based o

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread S Krish
Sweet stuff.. I was planning on the Seaside-Angular-REST Teapot+Java Spark modules on Docker.. Will catch up on this.. On Fri, Feb 20, 2015 at 4:16 PM, p...@highoctane.be wrote: > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ > Le 20 févr. 2015 10:59, "S Krish" a

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread p...@highoctane.be
https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ Le 20 févr. 2015 10:59, "S Krish" a écrit : > > Not so much Pharo on Docker, but a complete stack on Docker based on Pharo: > > * Seaside or any web framework.. > * Multi module that can be fabric like be brought up for s

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread S Krish
Not so much Pharo on Docker, but a complete stack on Docker based on Pharo: * Seaside or any web framework.. * Multi module that can be fabric like be brought up for scaling * Moose ... On Fri, Feb 20, 2015 at 2:22 PM, Torsten Bergmann wrote: > Docker is on hype these days: > https://www.doc

[Pharo-users] Pharo and Docker

2015-02-20 Thread Torsten Bergmann
Docker is on hype these days: https://www.docker.com/whatisdocker/ Would it make sense to provide Pharo as preconfigured environment (Pharo/Seaside stack) or other environments like the PharoNOS project in the Docker registry?