[docs] Update docker_container docs to match syslog-tag deprecation in docker 1.13

Closes #20591
pull/4420/head
Ryan S. Brown 2017-01-25 10:18:23 -05:00
parent 8ddffcb1a6
commit 7a19a18e61
1 changed files with 3 additions and 1 deletions

View File

@ -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: