Merge pull request #2797 from hashicorp/f-2785-docker-bridge-ip

Add driver.docker.bridge_ip node attribute
This commit is contained in:
Michael Schurter
2017-07-07 16:20:20 -07:00
committed by GitHub
4 changed files with 56 additions and 0 deletions

View File

@@ -529,6 +529,8 @@ The `docker` driver will set the following client attributes:
* `driver.docker` - This will be set to "1", indicating the driver is
available.
* `driver.docker.bridge_ip` - The IP of the Docker bridge network if one
exists.
* `driver.docker.version` - This will be set to version of the docker server.
Here is an example of using these properties in a job file: