Pharo on Docker

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Pharo on Docker

Esteban A. Maringolo
Branch from thread: "ConnectionClosed issues with Zinc"

2013/12/13 Sven Van Caekenberghe <[hidden email]>:
> On 13 Dec 2013, at 05:01, Esteban A. Maringolo <[hidden email]> wrote:


>> The second time everything went smoother and faster. I'm thinking
>> about setting up a Docker [3] container for Pharo, and then use it in
>> Digital Ocean as well [4].
>
> Is docker not 64-bit ? I am not sure running a 32-bit Pharo VM inside it will be easy, but maybe it is.

Can't Pharo run on 64bit host OSes if you install ia32-libs?

The VM will sill be 32 bits, with its known limitations.

But the idea of setting up the environment locally and then deploying
the same environment to a production server sounds really interesting.
"Containerization is the new virtualization" they say.

Regards!

Esteban A. Maringolo