I am running docker vertica/vertica-ce image. But during start up it loads VMart database as example. I do not want this. Is there a way to disable this?
I have tried to set
export WITH_VMART=falseexport VMART_LOAD_DATA=n
But it loads data anyway :'(
Any ideas?