mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
d5d62ff955
Without this patch, containers inherit the open file descriptors of the daemon, so my "exec 42>&2" allows us to "echo >&42 some nasty error with some bad advice" directly into the daemon log. :) Also, "hack/dind" was already doing this due to issues caused by the inheritance, so I'm removing that hack too since this patch obsoletes it by generalizing it for all containers. Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon) |
||
---|---|---|
.. | ||
calls_linux.go | ||
errors.go | ||
fds_linux.go | ||
fds_unsupported.go | ||
proc.go | ||
pty_linux.go | ||
setns_linux.go | ||
stat_linux.go | ||
stat_unsupported.go | ||
sysconfig.go | ||
sysconfig_nocgo.go | ||
unsupported.go | ||
utimes_freebsd.go | ||
utimes_linux.go | ||
utimes_test.go | ||
utimes_unsupported.go | ||
xattrs_linux.go | ||
xattrs_unsupported.go |