Documentation ¶
Index ¶
Constants ¶
View Source
const (
DARWIN_SSH_AUTH_SOCK = "/run/host-services/ssh-auth.sock"
)
Variables ¶
View Source
var RuntimeOS = runtime.GOOS
Functions ¶
This section is empty.
Types ¶
type Forward ¶
func SSHForward ¶
func (*Forward) Apply ¶
func (f *Forward) Apply(opts *types.ContainerConfig) types.ContainerConfig
TODO implement ssh socket forward with socat TCP-LISTEN:12345,reuseaddr,fork UNIX-CONNECT:$SSH_AUTH_SOCK on host socat TCP-LISTEN:12345,reuseaddr,fork UNIX-CONNECT:$SSH_AUTH_SOCK in container
Click to show internal directories.
Click to hide internal directories.