mirror of https://github.com/docker/docs.git
Merge pull request #1242 from ehazlett/vbox-tty-fix
vbox: fix provisioning hang with tty ssh
This commit is contained in:
commit
5024868f17
|
@ -54,7 +54,6 @@ var (
|
|||
"-o", "LogLevel=quiet", // suppress "Warning: Permanently added '[localhost]:2022' (ECDSA) to the list of known hosts."
|
||||
"-o", "ConnectionAttempts=3", // retry 3 times if SSH connection fails
|
||||
"-o", "ConnectTimeout=10", // timeout after 10 seconds
|
||||
"-t", // force tty allocation
|
||||
}
|
||||
defaultClientType SSHClientType = External
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue