Signed-off-by: Antonio Murdaca <runcom@redhat.com>
| ... | ... |
@@ -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. |
| ... | ... |
@@ -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. |