Skip to content

Dockerfile to build image of Vertica Community Edition.

License

Notifications You must be signed in to change notification settings

lukashes/docker-vertica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for Vertica

Warning: This is very experimental. The level of testing has consisted of "Start server, run some sql, shutdown server, restart server, run some sql". What it does manage to do is get a vertica process up and running in a docker container. For the purposes of testing applications with fig and such, this might be sufficient, but don't let it anywhere near production.

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

Base OS is Ubuntu 14.04.

Usage:

Download the Vertica DEB package from https://my.vertica.com and put it in this folder as "vertica.deb". Then run:

docker build -t lukashes/vertica .

To run without a persistent datastore

docker run -P  lukashes/vertica

To run with a persistent datastore

docker run -P -v /path/to/vertica_data:/home/dbadmin/docker lukashes/vertica

About

Dockerfile to build image of Vertica Community Edition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%