docker-bind
docker-bind copied to clipboard
add env "BIND_LOG_STDERR" to control log
named start with -g force all log output to STDERR. That is good for using "docker logs" to view log but it makes the named can't write log to file. This change adds env "BIND_LOG_STDERR=false" so you can use -f to start named to allow to log to file.