From 219e5fdda36a18104f7593da9ed8ca097a60aab3 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Sat, 12 Mar 2016 14:11:01 +0100 Subject: [PATCH] docs: add $ before HOME Signed-off-by: Antonio Murdaca --- docs/reference/commandline/cli.md | 2 +- docs/reference/commandline/login.md | 2 +- man/config-json.5.md | 2 +- 3 files changed, 3 insertions(+), 3 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. diff --git a/docs/reference/commandline/login.md b/docs/reference/commandline/login.md index 34a7228427..410a8ae781 100644 --- a/docs/reference/commandline/login.md +++ b/docs/reference/commandline/login.md @@ -57,7 +57,7 @@ you can download them from: ### Usage -You need to speficy the credentials store in `HOME/.docker/config.json` +You need to speficy the credentials store in `$HOME/.docker/config.json` to tell the docker engine to use it: ```json diff --git a/man/config-json.5.md b/man/config-json.5.md index 7e0b640948..49987f08b8 100644 --- a/man/config-json.5.md +++ b/man/config-json.5.md @@ -7,7 +7,7 @@ HOME/.docker/config.json - Default Docker configuration file # INTRODUCTION By default, the Docker command line stores its configuration files in a -directory called `.docker` within your `HOME` directory. Docker manages most of +directory called `.docker` within your `$HOME` directory. Docker manages most of the files in the configuration directory and you should not modify them. However, you *can modify* the `config.json` file to control certain aspects of how the `docker` command behaves.