Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for building docker image with TEAM engine installed #176

Merged
merged 7 commits into from
Aug 2, 2016

Conversation

tfr42
Copy link
Contributor

@tfr42 tfr42 commented Jul 17, 2016

This PR contains a Dockerfile for building a Docker image with OGC TEAM Engine using the spotify docker-maven-plugin.

To build the Docker image run in directory teamengine/teamengine-virtualization/ the Maven goals:

% mvn clean package docker:build

To run TEAM Engine inside the Docker container with the name teamengine on port 8088
with the previously built Docker image named opengis/teamengine execute:

% docker run -p 8088:8080 --name teamengine --rm opengis/teamengine

@bermud bermud modified the milestone: 4.7.2 Aug 1, 2016
@rjmartell rjmartell merged commit 84c2e0a into opengeospatial:master Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants