Browse code

docs: add $ before HOME

Signed-off-by: Antonio Murdaca <runcom@redhat.com>

Antonio Murdaca authored on 2016/03/12 22:11:01
Showing 3 changed files
... ...
@@ -67,7 +67,7 @@ variables.
67 67
 ## Configuration files
68 68
 
69 69
 By default, the Docker command line stores its configuration files in a
70
-directory called `.docker` within your `HOME` directory. However, you can
70
+directory called `.docker` within your `$HOME` directory. However, you can
71 71
 specify a different location via the `DOCKER_CONFIG` environment variable
72 72
 or the `--config` command line option. If both are specified, then the
73 73
 `--config` option overrides the `DOCKER_CONFIG` environment variable.
... ...
@@ -57,7 +57,7 @@ you can download them from:
57 57
 
58 58
 ### Usage
59 59
 
60
-You need to speficy the credentials store in `HOME/.docker/config.json`
60
+You need to speficy the credentials store in `$HOME/.docker/config.json`
61 61
 to tell the docker engine to use it:
62 62
 
63 63
 ```json
... ...
@@ -7,7 +7,7 @@ HOME/.docker/config.json - Default Docker configuration file
7 7
 # INTRODUCTION
8 8
 
9 9
 By default, the Docker command line stores its configuration files in a
10
-directory called `.docker` within your `HOME` directory.  Docker manages most of
10
+directory called `.docker` within your `$HOME` directory.  Docker manages most of
11 11
 the files in the configuration directory and you should not modify them.
12 12
 However, you *can modify* the `config.json` file to control certain aspects of
13 13
 how the `docker` command behaves.