mirror of https://github.com/docker/docs.git
Broken example. Update the example from:
{
"log-driver": "syslog",
"log-opts": {
"syslog": "udp://1.2.3.4:1111"
}
}
To:
{
"log-driver": "syslog",
"log-opts": {
"syslog-address": "udp://1.2.3.4:1111"
}
}
|
||
|---|---|---|
| .. | ||
| b2d_volume_images | ||
| images | ||
| logging | ||
| ambassador_pattern_linking.md | ||
| ansible.md | ||
| b2d_volume_resize.md | ||
| chef.md | ||
| dsc.md | ||
| formatting.md | ||
| index.md | ||
| live-restore.md | ||
| multi-service_container.md | ||
| prometheus.md | ||
| puppet.md | ||
| resource_constraints.md | ||
| runmetrics.md | ||
| start-containers-automatically.md | ||
| systemd.md | ||
| troubleshooting_volume_errors.md | ||