1 Star 0 Fork 1

Batman/vertx-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.adoc 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
Daniel Sachse 提交于 2015-06-24 16:27 . Fixed typo

Vert.x Docker Examples

Here you will find examples demonstrating how to run Vert.x applications in Docker container. To run these examples you need Docker installed on your computer. More details about these examples are in the Vert.x Docker Manual.

vertx-docker-java

This example deploys a Java verticle inside Docker.

The link:vertx-docker-java

To build and run it:

docker build -t sample/vertx-java .
docker run -t -i -p 8080:8080 sample/vertx-java

vertx-docker-javascript

This example deploys a JavaScript verticle inside Docker.

The link:vertx-docker-javascript

To build and run it:

docker build -t sample/vertx-javascript .
docker run -t -i -p 8080:8080 sample/vertx-javascript

vertx-docker-groovy

This example deploys a Groovy verticle inside Docker.

The link:vertx-docker-groovy

To build and run it:

docker build -t sample/vertx-groovy .
docker run -t -i -p 8080:8080 sample/vertx-groovy

vertx-docker-ruby

This example deploys a Ruby verticle inside Docker.

The link:vertx-docker-ruby

To build and run it:

docker build -t sample/vertx-ruby .
docker run -t -i -p 8080:8080 sample/vertx-ruby

vertx-docker-example

This example builds and deploys a Java verticle inside Docker using Apache Maven

The link:vertx-docker-example

To build and run it:

mvn clean package docker:build
docker run -t -i -p 8080:8080 vertx/vertx3-example

vertx-docker-example-fabric8

This example builds and deploys a Java verticle inside Docker and generate the medatadata required by Fabric8.

The link:vertx-docker-example-fabric8

To build and run it:

mvn clean package docker:build
# Set $DOCKER_REGISTRY to poin on the Docker Registry provided by Fabric8
docker push $DOCKER_REGISTRY/vertx/vertx3-example-fabric8
mvn io.fabric8:fabric8-maven-plugin:2.1.4:apply

vertx-docker-java-fatjar

This example deploys a Java verticle inside Docker. The verticle is packaged as a fat jar.

The link:vertx-docker-java-fatjar

To build and run it:

docker build -t sample/vertx-java-fat .
docker run -t -i -p 8080:8080 sample/vertx-java-fat
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/icecream/vertx-examples.git
git@gitee.com:icecream/vertx-examples.git
icecream
vertx-examples
vertx-examples
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385