chiefy / vaulted

nodejs based wrapper for HashiCorp's Vault HTTP API
https://chiefy.github.io/vaulted
MIT License
47 stars 6 forks source link

Changed env var from DOCKER_MACHINE_HOST to DOCKER_MACHINE_NAME #92

Closed dgreene-r7 closed 8 years ago

dgreene-r7 commented 8 years ago

Per docs for docker-machine env the environment variable responsible for the docker machine name is DOCKER_MACHINE_NAME.

This rename is required to be able to run make test-local.

chiefy commented 8 years ago

👍 thanks @dgreene-r7