This is a fork of a the great work done by Sumit Chawla and those whom contributed to it via its parent forks. I have simply updated it to use Vertica v7.2.1. The image is available in Docker registry at https://registry.hub.docker.com/u/colemantw/vertica/
Base OS is Ubuntu 14.04.
You can either pull the image from Docker Registry using following command:
docker pull colemantw/vertica
Or, build your own image using following command. Download the Vertica DEB package from https://my.vertica.com and put it in this folder as "vertica.deb". Then run:
docker build -t colemantw/vertica .
docker run -p 5433:5433 colemantw/vertica
docker run -p 5433:5433 -d -v /path/to/vertica_data:/home/dbadmin/docker colemantw/vertica
Default DB Name - docker
Default User - dbadmin
Default Password (NO PASSWORD) -