mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
Update communicator.go
This commit is contained in:
parent
3a681d0c0c
commit
4da4150abe
1 changed files with 0 additions and 4 deletions
|
|
@ -28,10 +28,6 @@ type Communicator struct {
|
|||
lock sync.Mutex
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
// Pty, if true, will request a pty from docker with -t
|
||||
Pty bool
|
||||
}
|
||||
func (c *Communicator) Start(remote *packer.RemoteCmd) error {
|
||||
// Create a temporary file to store the output. Because of a bug in
|
||||
// Docker, sometimes all the output doesn't properly show up. This
|
||||
|
|
|
|||
Loading…
Reference in a new issue