vert-x3 / vertx-stack

Vert.x stack
Apache License 2.0
120 stars 48 forks source link

New architecture and second image executable #2

Closed zepouet closed 9 years ago

zepouet commented 10 years ago

Hello,

It is an idea to have a new architecture with official java8 ubuntu docker image. A new image is added to have executable container based on vertx.

I will try to have soon this running example

docker run eclipse/vertx3-exec echo_server.js --conf ... docker run eclipse/vertx3-exec echo_client.js -- conf ... At the moment this command is right : docker run eclipse/vertx3-exec -version

So it will be easy to launch vertx instance from docker. In a second step, I will add autoinstall container for vertx3.

Just an nightly idea... Best regards,

vietj commented 10 years ago

Hi Nicolas,

can you sign the eclipse CLA for accepting this contribution ? please see here https://github.com/vert-x/vertx-maven/blob/master/CONTRIBUTING.md

zepouet commented 10 years ago

Hi,

The CLA is signed. Thanks. Best regards,

vietj commented 10 years ago

yes, I just need to process it :-)

vietj commented 9 years ago

merged