Docker images collection for Vertica database
Vertica is a column oriented database from HPE. It's available with both a free community licence, and an entreprise one.
latest tag follows the Debian flavour of the image.
Following Vertica/Operating systems versions are provided:
You can use theses images without persistent data store:
docker run -p 5433:5433 jbfavre/vertica:latest
Or with persistent data store:
docker run -p 5433:5433 -d \
-v /path/to/vertica_data:/home/dbadmin/docker \
jbfavre/vertica:latest
You have to get relevant Vertica package from my.vertica.com (registration mandatory). Save it in packages directory.
Then, use following command:
docker build -f Dockerfile.<OS_codename>.<OS_version>_<Vertica_version> \
--build-arg VERTICA_PACKAGE=vertica_<Vertica_version>_amd64.deb \
-t jbfavre/vertica:<Vertica_version>_<OS_codename>-<OS_version> .
Or have a look into Makefile.
Fork, dev, make a PR :)
Content type
Image
Digest
Size
761.6 MB
Last updated
over 7 years ago
docker pull jbfavre/vertica