Changes for page JDBC2XML Docker-Image
Last modified by christoph_lechleitner@iteg_at on 2025-05-06 06.03:32
From version 2.1
edited by christoph_lechleitner@iteg_at
on 2025-05-06 06.03:32
on 2025-05-06 06.03:32
Change comment:
bete over latest
To version 1.1
edited by christoph_lechleitner@iteg_at
on 2024-10-30 10.20:10
on 2024-10-30 10.20:10
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,27 +1,29 @@ 1 1 = {{id name="JDBC2XMLDocker-Image-JDBC2XMLDocker-ImageOverview"/}}JDBC2XML Docker-Image Overview = 2 2 3 -A Docker-Image of JDBC2XML can be publicly pulled as [[clazzesorg/jdbc2xml>>url:https://hub.docker.com/repository/docker/clazzesorg/jdbc2xml||shape="rect"]], current tags are {{code language="none"}}1.6{{/code}} (legacy stable) and {{code language="none"}}beta{{/code}}(currentlyrecommended),the vague {{codelanguage="none"}}latest{{/code}}hasbeen removed.3 +A Docker-Image of JDBC2XML can be publicly pulled as [[clazzesorg/jdbc2xml>>url:https://hub.docker.com/repository/docker/clazzesorg/jdbc2xml||shape="rect"]], current tags are {{code language="none"}}1.6{{/code}} and {{code language="none"}}latest{{/code}} (as in latest stable). 4 4 5 5 This public free image only contains the free JDBC drivers for MariaDB and PostgreSQL. 6 6 7 -To add additional JDBC drivers just map the JAR file under {{code language="none"}}/usr/lib/jdbc2xml/ lib/{{/code}} (or map them elsewhere and specify them using {{code language="none"}}--*driver{{/code}} options).7 +To add additional JDBC drivers just map the JAR file under {{code language="none"}}/usr/lib/jdbc2xml/drivers/{{/code}} (or map them elsewhere and specify them using {{code language="none"}}--*driver{{/code}} options). 8 8 9 +ITEG customers may request access to extended images that contain more drivers, using tags {{code language="none"}}1.6-non-free{{/code}} and {{code language="none"}}latest-non-free{{/code}}. 10 + 9 9 = {{id name="JDBC2XMLDocker-Image-Imageusageexamples"/}}Image usage examples = 10 10 11 11 Here are some basic examples for getting the jdbc2xml help text, making a connection test, and duming a database: 12 12 13 13 {{code language="none"}} 14 -docker run -i -t --rm clazzesorg/jdbc2xml :betajdbc2xml --help16 +docker run -i -t --rm clazzesorg/jdbc2xml jdbc2xml --help 15 15 16 -docker run -i -t --rm --network mariadb clazzesorg/jdbc2xml :beta\18 +docker run -i -t --rm --network mariadb clazzesorg/jdbc2xml \ 17 17 jdbcping --user testUser --password testPassword --url jdbc:mariadb://mariadb-server:3306/testdb 18 18 19 19 docker run -i -t --rm --network mariadb \ 20 20 -v /tmp:/tmp:rw \ 21 - clazzesorg/iteggmbh/jdbc2xml :beta\23 + clazzesorg/iteggmbh/jdbc2xml \ 22 22 jdbc2xml --user testUser --password testPassword --url jdbc:mariadb://mariadb:3306/testdb --file /tmp/testdb.xml 23 23 24 24 25 25 {{/code}} 26 26 27 -(% class="legacy-color-text-blue3" style="letter-spacing: 0.0px;" %)For more syntax sugre also see [[doc:JDBC2XML.JDBC2XML Usage.WebHome]].29 +(% style="letter-spacing: 0.0px;color:var(--ds-text,#333);" %)For more syntax sugre also see [[doc:JDBC2XML.JDBC2XML Usage.WebHome]].
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -1 5449128971 +2022801417 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/1 544912897/JDBC2XML Docker-Image1 +https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/2022801417/JDBC2XML Docker-Image