Sign inSign up

cjonesy/docker-vertica

By cjonesy

Updated about 7 years ago

Build image of Vertica Community Edition

Image
6

50K+

cjonesy/docker-vertica repository overview

Docker Image for Vertica Community Edition

The image creates a database called docker, with a blank dbadmin password.

Usage:
To run without a persistent datastore
docker run -P  cjonesy/docker-vertica
To run with a persistent datastore
docker run -P -v /path/to/vertica_data:/home/dbadmin/docker cjonesy/docker-vertica
To bootstrap the new database, put sql files in a directory and add objects volume:
docker run -P -v /path/to/sql_scripts:/objects cjonesy/docker-vertica

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

about 7 years ago

docker pull cjonesy/docker-vertica