Andrew Stewart

Results 12 comments of Andrew Stewart

Been using this for a couple days now and really enjoying it. Great entry point for the Docker-familiar but Mesos-nonfamiliar. [Marathon 0.11](https://mesosphere.com/blog/2015/10/02/marathon-011-release/) looks like it has better GUI support for...

Just to update: I went ahead and did as described above and ran docker-compose with an updated version of Marathon. It runs, but I'm having trouble actually getting a containerized...

Thanks @dontrebootme , I think that makes sense to me now. I had thought maybe docker-compose would translate the linked-container-aliases in the envs into their respective hostnames. Thanks for putting...

+1 @jakob you should consider using https://www.bountysource.com/ for crowd funding feature requests like these.

So, is there no way to use query parameters with APIGateway Lambda via Gordon?

FYI, I tried the instructions for using pip in the docker image ([here](https://github.com/jorgebastida/gordon/blob/master/examples/docker/helloworld/settings.yml)), but it looks like these build instructions do not actually override the defaults. From my jenkins log:...

@Fleshgrinder , you could run something like `docker run -it --rm -v "$(pwd):/rust" scorpil/rust:nightly cargo build --release` followed by your regular gordon deployment.

Thanks for the code @garnaat, that certainly works. This issue is a big PITA.