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

Closes #20591
This commit is contained in:
Ryan S. Brown 2017-01-25 10:18:23 -05:00
parent 8ddffcb1a6
commit 7a19a18e61

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: