Open aberrios85 opened 9 years ago
There is limited number of docker options supported by CPD (you can see all of them in README.md). And LogConfig
not in the list currently. If you can add it, go ahead and make a PR.
@aberrios85 https://github.com/chef/chef-provisioning-docker/pull/83 adds all options, including this one. Mind giving it a whirl? docker_options: { log_driver: "syslog", log_config: [ "syslog_address=udp://10.0.10.19:32512", "syslog_facility=local0" ] }
is what I expect to work. It's intended to mimick the docker command line.
Wondering how to set the log-driver for the container.
want this (docker inspect):
always get this after a chef provision
recipe: