When I had run a
mvn clean install (after doing a skip tests build) I then tried
mvn -Popstgres-it to test the postgres storage.
This test (and maybe other, I would assume the docker builds) need
an ENV set of
export DOCKER_HOST=unix://localhost
(on unix of course)
It would be nice if their where more description on what each step of the build process needs.