[web2py] Re: Docker Image for CentOS and Alpine

2018-04-24 Thread David Sperling
We are looking for a way to bypass the admin application security checks when running in a container. Any suggestions? The issue and detailed questions are here: https://github.com/web2py/web2py/issues/1913 On Friday, April 20, 2018 at 11:32:45 AM UTC-7, David Sperling wrote: > > We have been u

[web2py] Re: Docker

2017-02-04 Thread Rene Dohmen
@Michael M: Nice solution, with postgres and mysql :) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed

[web2py] Re: Docker

2017-02-04 Thread Rene Dohmen
I also builded a docker; containing ssl-nginx-uwsgi based on ubuntu and with some extra python deps (Pillow and gdata). https://github.com/acidjunk/docker-web2py It's meant to be used with an existing app; it will add routes.py for your app. You can get it from docker hub also docker pull acidj

[web2py] Re: Docker

2017-02-02 Thread Michael Messmer
Sweet On Thursday, February 2, 2017 at 6:30:29 AM UTC-8, mcm wrote: > > Nice! I will try to test it on AWS when time permits. > > Il giorno giovedì 2 febbraio 2017 08:58:54 UTC+1, Michael M ha scritto: >> >> Hello all, I put together a docker build: >> >> https://github.com/preactive/web2py-docker

[web2py] Re: Docker

2017-02-02 Thread mcm
Nice! I will try to test it on AWS when time permits. Il giorno giovedì 2 febbraio 2017 08:58:54 UTC+1, Michael M ha scritto: > > Hello all, I put together a docker build: > > https://github.com/preactive/web2py-docker-centos7-nginx-uwsgi > > I tested it out on a CentOS7 Azure docker host image. W

[web2py] Re: Docker Based Work Flow -- Web2py Needs Something Like This

2015-07-20 Thread Mark Graves
Anyone who is interested in getting this up and running, please email me privately and we can talk. On Wednesday, May 20, 2015 at 8:03:14 PM UTC-5, jjs0sbw wrote: > > https://opbeat.com/ > > -- > Joe Simpson > “Reasonable people adapt themselves to the world. Unreasonable people > attempt to ad

[web2py] Re: Docker Based Work Flow -- Web2py Needs Something Like This

2015-05-21 Thread Willoughby
It's a for-profit company. Write to them and tell them you want their product for web2py. On Wednesday, May 20, 2015 at 9:03:14 PM UTC-4, jjs0sbw wrote: > > https://opbeat.com/ > > -- > Joe Simpson > “Reasonable people adapt themselves to the world. Unreasonable people > attempt to adapt the w

Re: [web2py] Re: docker

2014-12-24 Thread Tito Garrido
HI Massimo, It is working on a virtual machine using Ubuntu.. this is the steps that I have followed: I have built the image and tagged as web2py1 using: sudo docker build -t web2py1 . So an image has been generated called "web2py1". To run in on an exposed port I have ran: docker run -i -P -

[web2py] Re: docker

2014-12-08 Thread rif
Did you check the Container port redirection section from mac installation guide (https://docs.docker.com/installation/mac/)? If you run a container with an exposed port, $ docker run --rm -i -t -p 80:80 nginx then you should be able to access that Nginx server using the IP address reported by

[web2py] Re: docker

2014-12-08 Thread Massimo Di Pierro
Could be a firewall. I am using a mac. On Sunday, 7 December 2014 10:02:22 UTC-6, rif wrote: > > I tested that before I wrote. Are you sure it's not some firewall or > something? What OS did you use? > > duminică, 7 decembrie 2014, 17:59:43 UTC+2, Massimo Di Pierro a scris: >> >> Done that but

[web2py] Re: docker

2014-12-07 Thread rif
I tested that before I wrote. Are you sure it's not some firewall or something? What OS did you use? duminică, 7 decembrie 2014, 17:59:43 UTC+2, Massimo Di Pierro a scris: > > Done that but no response. :-( > > On Saturday, 6 December 2014 11:37:04 UTC-6, rif wrote: >> >> As far as I can tell t

[web2py] Re: docker

2014-12-07 Thread Massimo Di Pierro
Done that but no response. :-( On Saturday, 6 December 2014 11:37:04 UTC-6, rif wrote: > > As far as I can tell the only thing you have to do is to run the container > like this: > > docker run -p 8080:80 web2py > > and you will be able to connect at http://localhost:8080 > > Of course you can ch

[web2py] Re: docker

2014-12-06 Thread rif
As far as I can tell the only thing you have to do is to run the container like this: docker run -p 8080:80 web2py and you will be able to connect at http://localhost:8080 Of course you can change the 8080 to any other port. -rif vineri, 5 decembrie 2014, 05:11:22 UTC+2, Massimo Di Pierro a s

[web2py] Re: docker

2014-12-05 Thread Leonel Câmara
I don't really use docker but skimming trough their documentation I'm guessing some problem here https://docs.docker.com/articles/networking/#binding-container-ports-to-the-host -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source c