1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

Merge pull request #4681 from thaJeztah/noraw

docs: remove "{% raw %}" / "{% endraw %}" Jekyl (liquid) leftovers
This commit is contained in:
Sebastiaan van Stijn
2023-11-28 10:25:31 +01:00
committed by GitHub
6 changed files with 2 additions and 18 deletions

View File

@ -156,7 +156,7 @@ By default, the Docker command line stores its configuration files in a
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
and you should not modify them. However, you can modify the
`config.json` file to control certain aspects of how the `docker`
command behaves.
@ -313,7 +313,6 @@ Following is a sample `config.json` file to illustrate the format used for
various fields:
```json
{% raw %}
{
"HttpHeaders": {
"MyHeader": "MyValue"
@ -356,7 +355,6 @@ various fields:
}
}
}
{% endraw %}
```
### Experimental features