[docs] Update docker_container docs to match syslog-tag deprecation in docker 1.13
Closes #20591
This commit is contained in:
parent
8ddffcb1a6
commit
7a19a18e61
1 changed files with 3 additions and 1 deletions
|
@ -546,7 +546,9 @@ EXAMPLES = '''
|
|||
log_options:
|
||||
syslog-address: tcp://my-syslog-server:514
|
||||
syslog-facility: daemon
|
||||
syslog-tag: myservice
|
||||
# NOTE: in Docker 1.13+ the "syslog-tag" option was renamed to "tag" for
|
||||
# older docker installs, use "syslog-tag" instead
|
||||
tag: myservice
|
||||
|
||||
- name: Create db container and connect to network
|
||||
docker_container:
|
||||
|
|
Loading…
Reference in a new issue