Sign inSign up

teiidkomodo/dsbuilder-mysql

By teiidkomodo

•Updated over 9 years ago

dsbuilder image that also includes the mysql-connector driver and companion install of mysql server.

Image
1

337

teiidkomodo/dsbuilder-mysql repository overview

⁠DSBuilder-mysql Docker Image

This is a docker image that

⁠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 3306:3306 -p 8443:8443 -p 9990:9990 -p 31000:31000 teiidkomodo/dsbuilder-mysql
  • -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 and mysql servers in the docker image will perform as if 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 is accessible 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

  • Wildfly
    • Management user: admin password: secret
    • Teiid user: user password: user1234!
  • Mysql
    • Root user: root password: secret (only accessible locally within in the container)
    • Management user: admin password: admin

Tag summary

Content type

Image

Digest

Size

597 MB

Last updated

over 9 years ago

docker pull teiidkomodo/dsbuilder-mysql