Dataservices Builder running on Teiid 9.1 / Wildfly 10
1.2K
This is a docker image that deploys Data Services Builder on the Teiid runtime and Wildfly application platform.
To get acquainted with docker, see the Docker Documentation.
Once both the docker daemon and client are installed, execute the following command. This will download the docker image from its repository and start the wildfly application server.
docker run -it -p 8443:8443 -p 9990:9990 -p 31000:31000 teiidkomodo/dsbuilder
When started, the wildfly server in the docker image will perform as if it was installed locally on the host.
For an overview of getting started with Data Services Builder please see the Getting Started article.
It is possible to override the installed configuration of any docker directory by mounting an host directory. Such a directory isaccessible from both the host and docker container. For example, to override the Wildfly configuration directory, the following should be added to the 'run' command above:
docker run -v $HOST_CONFIG_DIRECTORY:/opt/jboss/wildfly/standalone/configuration ... ...
Content type
Image
Digest
Size
441.7 MB
Last updated
almost 10 years ago
docker pull teiidkomodo/dsbuilder