jboss-dockerfiles/teiid

Name: teiid

Owner: JBoss Dockerfiles

Description: Docker image for Teiid project

Created: 2014-10-19 07:43:03.0

Updated: 2016-11-27 12:37:27.0

Pushed: 2016-10-24 07:35:01.0

Homepage: http://teiid.jboss.org/

Size: 5

Language: null

GitHub Committers

UserMost Recent Commit# Commits
Marek Goldmann2016-10-24 07:34:04.02
Kenneth Peeples2014-10-27 04:03:14.01
Ramesh Reddy2016-10-24 01:59:55.06

Other Committers

UserEmailMost Recent Commit# Commits
kpeepleskpeeples@localhost.localdomain2014-12-12 21:33:35.02

README

Teiid Docker image

This is an example Dockerfile with Teiid Runtime engine on Wildfly.

Usage
docker run -it jboss/teiid
To boot in domain mode:
docker run -it jboss/teiid /opt/jboss/wildfly/bin/domain.sh -b 0.0.0.0 -bmanagement 0.0.0.0
Extending the image
FROM jboss/teiid
# Do your stuff here
Application deployment

With the Teiid server you can deploy your application in multiple ways:

Example

https://developer.jboss.org/wiki/QuickstartExampleWithDockerizedTeiid


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.