Clean up environment variable docs

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2014-10-06 11:57:41 +01:00
parent 2680756dd6
commit f43bfaadaa

View File

@ -99,18 +99,16 @@ By default if there are existing containers for a service, `fig up` will stop an
## Environment Variables ## Environment Variables
Fig commands support the following environment variables Several environment variables can be used to configure Fig's behaviour.
### FIG_PROJECT_NAME ### FIG\_PROJECT\_NAME
Set the project name. Defaults to the `basename` of the current working Set the project name, which is prepended to the name of every container started by Fig. Defaults to the `basename` of the current working directory.
directory.
### FIG_FILE ### FIG\_FILE
Set the path to the `fig.yml` to use. Defaults to `fig.yml` in the current Set the path to the `fig.yml` to use. Defaults to `fig.yml` in the current working directory.
working directory.
### DOCKER_HOST ### DOCKER\_HOST
Set the url to the docker remote. Set the URL to the docker daemon. Defaults to `unix:///var/run/docker.sock`, as with the docker client.