Yeah I'm currently doing this with Flynn. It's pre-alpha, and is pretty buggy, but I've managed to get it to work. If you just want to run a few containers and script updates, you could just build an image with Python and Pyramid in it, and then just do a `docker run org/project pserve development.ini`.
On Fri, Jun 27, 2014 at 4:52 PM, AM <[email protected]> wrote: > On 06/27/2014 12:13 PM, JeffSpicoli wrote: > >> Greetings ! New to the group and pyramid in general. >> >> I am putting together a high-level plan of attack for using Docker >> container(s) with pyramid. >> Eventually I would like to setup and deploy a Docker containerized >> Pyramid app to AWS. >> >> So far my searches aren't really turning up anything. >> Was wondering if anyone had any experience with Docker and Pyramid >> together? >> >> Thank you >> >> -- >> You received this message because you are subscribed to the Google Groups >> "pylons-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <mailto: >> [email protected]>. >> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >> >> Visit this group at http://groups.google.com/group/pylons-discuss. >> For more options, visit https://groups.google.com/d/optout. >> > This is quite helpful starting out: > http://orchardup.github.io/fig/ > > Eventually I ended up using docker-py to write my own. > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
