Graham Dumpleton
Graham Dumpleton
Just to let you know, have had super busy week as need to get some stuff done before some trips. So haven't had a chance to look at it yet....
This is fixed for embedded mode in 4.4.0. Still needs to be fixed for daemon, which is a lot more work.
Do you mean for the uploads to PyPi to be signed or on github? I can't see how I can upload signature file on PyPi, but will have to work...
Right now I can't use 'upload' unfortunately, although I would like to, because 'upload' will not work with an OpenID enabled account and they stopped allowing SSH style uploads. Anyway,...
I well know I haven't done this. Me being totally ignorant of this sort of stuff, can you point to a cheat sheet of what I need to do to...
My latest playing around in that space was: * https://github.com/getwarped/warpdrive-image
And if you want to understand the underlying rational for why it is created that way, try and read through the content for this workshop on building container images. *...
This project is effectively dead, just not officially. Suggest you read an comment on https://github.com/GrahamDumpleton/mod_wsgi-docker/issues/34
Use: ``` ProxyPass /my_api/ http://docker.example.com:8002/my_api/ ``` and then in the image when running ``mod_wsgi-express`` use the ``--mount-point /my_api/`` option. I have used a trailing slash on everything as I can't...
Just a heads up, it is very hard for me to update images on DockerHub for these images as DockerHub automated builds were broken a couple of years back so...