Sign inSign up

vensder/exasol-client

By vensder

Updated about 6 years ago

EXASOL command line client in a docker. Docker image includes EXASOL exaplus utility.

Image
1

6.0K

vensder/exasol-client repository overview

Exasol command line client in a docker

Docker downloads Docker build status

Docker image includes Exasol EXAplus utility.

EXAplus is the database client for the EXASolution Database.

You don't need to install the Java Runtime Environment and Perl to run this utility in the docker.

Supported versions of the Exasol EXAplus utility:

  • 6.0.1
  • 6.0.4
  • 6.0.5
  • 6.0.15
  • 6.1.7
  • 6.2.5

Run the specific version

The docker images tags correspond with the EXAplus utility versions.

docker run --rm vensder/exasol-client:6.1.7 --version

View help

docker run --rm vensder/exasol-client

or

docker run --rm vensder/exasol-client --help

View version

docker run --rm vensder/exasol-client --version

Run with parameters

docker run --rm vensder/exasol-client  [-f <sql file>] [-c <connection string>] [-u <user>] [-p <passwd>] <options>

Tag summary

Content type

Image

Digest

Size

75.6 MB

Last updated

about 6 years ago

docker pull vensder/exasol-client