DockerCLI/cli/connhelper
Akihiro Suda 62a15c16fc commandconn: set SysProcAttr.Setsid
Setting `Setsid` is needed for SSH connection helper with `ProxyCommand`
config, so as to detach TTY.

e.g.

  $ cat ~/.ssh/config
  Host foo
    Hostname foo
    ProxyCommand ssh -W %h:%p bastion
  $ DOCKER_HOST=ssh://foo docker run -it --rm alpine
  / #

Fix #1707

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2019-03-06 13:22:54 +09:00
..
commandconn commandconn: set SysProcAttr.Setsid 2019-03-06 13:22:54 +09:00
ssh connhelper: export functions for other projects 2019-03-02 21:11:49 +09:00
connhelper.go connhelper: export functions for other projects 2019-03-02 21:11:49 +09:00