dsbuilder image that also includes the mysql-connector driver and companion install of mysql server.
337
This is a docker image that
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 3306:3306 -p 8443:8443 -p 9990:9990 -p 31000:31000 teiidkomodo/dsbuilder-mysql
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.
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 ... ...
Content type
Image
Digest
Size
597 MB
Last updated
over 9 years ago
docker pull teiidkomodo/dsbuilder-mysql