8000 GitHub - RHabereder/docker-wildflyswarm: Dockerized Wildfly-Swarm Example
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

RHabereder/docker-wildflyswarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-wildflyswarm

Dockerized Wildfly-Swarm Example

Synopsis

This is a little Demo-Project to tinker with Docker and Wildfly Swarm. The result is a minimum JSF-Swarm-App that runs with PrimeFaces and basically does nothing but show static Text. But it's in a docker Container, which was the point of the excercise.

Installation

Clone the project, build it and fiddle around with it. The only Maven Parameters you need are docker.registry.host and docker.registry.port since I use my own private Registry for experiments.

Port to expose:

8180

If you want to change the port of your swarm-app, you can change the <entryPoint> in the projects pom.xml

How to build:

mvn clean install docker:build -Ddocker.registry.host=<your docker registry host> -Ddocker.registry.port=<your docker registry port> Boot up the container and point your browser to the respective URL

License

Since there is not really anything useful and/or secret stuff here, knock yourself out. If I had to name a license it would be the WTFPL found here http://www.wtfpl.net/about/.

About

Dockerized Wildfly-Swarm Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0