• Andy Goldstein's avatar
    Add support for pluggable Docker exec handlers · 2a0d7ebb
    Andy Goldstein authored
    Add support for pluggable Docker exec handlers. The default handler is
    now Docker's native exec API call. The previous default, nsenter, can be
    selected by passing --docker-exec-handler=nsenter when starting the
    kubelet.
    2a0d7ebb
exec.go 3.85 KB