This is an example Dockerfile with Teiid Runtime engine on Wildfly.
docker run -it jboss/teiid
docker run -it jboss/teiid /opt/jboss/wildfly/bin/domain.sh -b 0.0.0.0 -bmanagement 0.0.0.0
FROM jboss/teiid
# Do your stuff here
With the Teiid server you can deploy your application in multiple ways:
- You can use CLI
- You can use the web console
- You can use the management API directly
- You can use the deployment scanner
https://developer.jboss.org/wiki/QuickstartExampleWithDockerizedTeiid