We can get working credentials to access docker if boot2docker is used as it generates certificates and sets up environment variables.
This way you can simply type `mvn -Plive integration-test` to run the live test if you have a boot2docker set up. (One caveat is that I had to use the [regex-property plugin](http://www.mojohaus.org/build-helper-maven-plugin/regex-property-mojo.html) as the `DOCKER_HOST` env var set by boot2docker starts with `tcp://...` instead of `https://...`) You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/189 -- Commit Summary -- * use boot2docker env vars as default docker properties -- File Changes -- M docker/pom.xml (28) -- Patch Links -- https://github.com/jclouds/jclouds-labs/pull/189.patch https://github.com/jclouds/jclouds-labs/pull/189.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/189
