diff options
| author | Antonio Murdaca <runcom@redhat.com> | 2016-03-12 14:11:01 +0100 |
|---|---|---|
| committer | Antonio Murdaca <runcom@redhat.com> | 2016-03-12 14:11:01 +0100 |
| commit | 219e5fdda36a18104f7593da9ed8ca097a60aab3 (patch) | |
| tree | 6d2ac1f77d2c56f4021949f7836f2ea3fe822d2e /docs/reference/commandline/cli.md | |
| parent | b7aae84b5fe0789a98228409174f1d4619ab2245 (diff) | |
| download | docker-219e5fdda36a18104f7593da9ed8ca097a60aab3.tar.gz | |
docs: add $ before HOME
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Diffstat (limited to 'docs/reference/commandline/cli.md')
| -rw-r--r-- | docs/reference/commandline/cli.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index 96486d73d9..ac5f62d4bb 100644 --- a/docs/reference/commandline/cli.md +++ b/docs/reference/commandline/cli.md @@ -67,7 +67,7 @@ variables. ## Configuration files By default, the Docker command line stores its configuration files in a -directory called `.docker` within your `HOME` directory. However, you can +directory called `.docker` within your `$HOME` directory. However, you can specify a different location via the `DOCKER_CONFIG` environment variable or the `--config` command line option. If both are specified, then the `--config` option overrides the `DOCKER_CONFIG` environment variable. |
