alex / ecs-terraform

ECS + Terraform = Crazy delicious
BSD 3-Clause "New" or "Revised" License
203 stars 102 forks source link

https://hub.docker.com/r/alexgaynor/test-http/ availability in dockerfile? #4

Closed cordoval closed 8 years ago

cordoval commented 8 years ago

do you have the dockerfile and sourcecode of this docker image somewhere?

thanks

i think it comes handy for testing certain things

alex commented 8 years ago

the source is https://github.com/dropwizard/dropwizard/tree/master/dropwizard-example and the dockerfile is a minimal one that copies example.yml and a jar into the repo and runs a JVM8.

It should not be relied upon for anything.

cordoval commented 8 years ago

i ask because my image of amazon/simple-php-app for ecs died immediately after being hit and also i have to change ports back to yours since there were some issues with different ports.

cordoval commented 8 years ago

can you please pass me the dockerfile? i am running in all sorts of issues