mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add a DOCKER_API_VERSION env var
Closes: #11486 Just for @ahmetalpbalkan :-) Fixed some comment formatting too while in there. Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
0c2dd27581
commit
6287ec9095
9 changed files with 49 additions and 10 deletions
|
|
@ -38,6 +38,7 @@ the [installation](../../installation/index.md) instructions for your operating
|
|||
For easy reference, the following list of environment variables are supported
|
||||
by the `docker` command line:
|
||||
|
||||
* `DOCKER_API_VERSION` The API version to use (e.g. `1.19`)
|
||||
* `DOCKER_CONFIG` The location of your client configuration files.
|
||||
* `DOCKER_CERT_PATH` The location of your authentication keys.
|
||||
* `DOCKER_DRIVER` The graph driver to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue