Sign inSign up

boky/henplus

By boky

Updated over 10 years ago

Docker image for Henplus: http://henplus.sourceforge.net/

Image
0

544

boky/henplus repository overview

This is a docker image to run the HenPlus (https://github.com/neurolabs/henplus) JDBC tool inside Docker (https://www.docker.com/).

The image already includes the PostgreSQL JDBC driver. If you need additional drivers, add them to the jdbc directory.

=== Usage ===

To use this just run the docker image with:

  docker run --rm boky/henplus --help

e.g. to connect to a database in your swarm, you would do something like this:

  docker run --net=swarm_db -it --rm boky/henplus -J jdbc:postgresql://database/sample -U sample -P demopassword

Tag summary

Content type

Image

Digest

Size

106.3 MB

Last updated

over 10 years ago

docker pull boky/henplus