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.
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 .
docker run -P lukashes/vertica
docker run -P -v /path/to/vertica_data:/home/dbadmin/docker lukashes/vertica