Re: [web2py] Eclipse + Pydev + Docker - need suggestions

2015-09-21 Thread Kiran Subbaraman
Richard, Good point, but then I want to capture the state of my application outside of the infrastructure I need to run it in. This will mean that if the web2py server container goes down, for whatever reason, I can spin up another container, and it will continue from where the previous one lef

Re: [web2py] Eclipse + Pydev + Docker - need suggestions

2015-09-21 Thread Richard Vézina
Hi Kiran, Just about having web2py app outside of web2py folder and docker... I think what you want to achieve goes against the idea of containerization... Why not deploy you app inside your container (as you will do if you host your app somewhere for instance, in this case your host is your conta

[web2py] Eclipse + Pydev + Docker - need suggestions

2015-09-20 Thread Kiran Subbaraman
Hello, I need some help with understanding the best way to use Pydev with Eclipse, for web2py applications development. I have been working with web2py for the past year, and use the tools mentioned above for this purpose. Am trying to refine my understanding of this toolset, and if there is so