Sign inSign up

teiidkomodo/dsbuilder

By teiidkomodo

Updated over 9 years ago

Dataservices Builder running on Teiid 9.1 / Wildfly 10

Image
0

1.2K

teiidkomodo/dsbuilder repository overview

DSBuilder Docker Image

This is a docker image that deploys Data Services Builder on the Teiid runtime and Wildfly application platform.

Getting Started

To get acquainted with docker, see the Docker Documentation.

  • For installation of docker on linux, see here
  • For installation of docker on windows, see here
  • For installation of docker on mac, see here

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
  • -i : Runs in interactive mode
  • -t : Allocates a psuedo console
  • -p : Maps (so allows host access to) the ports from the container

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.

Changing Configuration

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 ... ...

Credentials

  • Management user: admin password: secret
  • Teiid user: user password: user1234!

Tag summary

Content type

Image

Digest

Size

441.7 MB

Last updated

almost 10 years ago

docker pull teiidkomodo/dsbuilder