1 Star 0 Fork 2

nie/vertx-examples

forked from githubsync/vertx-examples 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.adoc 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
Thomas Segismont 提交于 2020-08-11 00:21 +08:00 . Removed Docker Ruby and JS examples

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-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-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-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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jhnie/vertx-examples.git
git@gitee.com:jhnie/vertx-examples.git
jhnie
vertx-examples
vertx-examples
4.x

搜索帮助