Formatting

This commit is contained in:
Misty Stanley-Jones 2016-10-25 12:01:18 -07:00 committed by GitHub
parent ba85535198
commit ca21999b4c
1 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,9 @@ Because of which, the driver specific log tag options `syslog-tag`, `gelf-tag` a
`fluentd-tag` have been deprecated in favor of the generic `tag` option.
```bash
docker --log-driver=syslog --log-opt tag="{% raw %}{{.ImageName}}/{{.Name}}/{{.ID}}{% endraw %}"
{% raw %}
$ docker --log-driver=syslog --log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}"
{% endraw %}
```
### LXC built-in exec driver