Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

gpii-ops/docker-rbmm-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rule Based MatchMaker (Java WS) Dockerfile

This repository is used to build RuleBased MatchMaker Java WS Docker images.

Environment Variables

No environment variables are needed to run this container.

Port(s) Exposed

  • 8080 TCP

Base Docker Image

Download

docker pull gpii/rbmm-java

Run rbmm-java (RuleBased MatchMaker Java WS)

docker run \
-d \
-p 8080:8080 \
--name="rbmm-java" \
gpii/rbmm-java

Build your own image

In order to build an image the RuleBasedMatchMaker_RESTful_WS_Maven repository working directory should exist wherever the contents of this directory are saved. For transparent image versioning that maps directly to the official Git repository each new image should be tagged using the repository's short commit hash. For example:

git clone https://github.com/NickKaklanis/RuleBasedMatchMaker_RESTful_WS_Maven.git -b review3

docker build --rm=true -t <your name>/rbmm-java:$(git --git-dir=RuleBasedMatchMaker_RESTful_WS_Maven/.git --work-tree=RuleBasedMatchMaker_RESTful_WS_Maven rev-parse --short HEAD) .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages