Commit 4da4150a authored by georgevicbell's avatar georgevicbell

Update communicator.go

parent 3a681d0c
...@@ -28,10 +28,6 @@ type Communicator struct { ...@@ -28,10 +28,6 @@ type Communicator struct {
lock sync.Mutex 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 { func (c *Communicator) Start(remote *packer.RemoteCmd) error {
// Create a temporary file to store the output. Because of a bug in // Create a temporary file to store the output. Because of a bug in
// Docker, sometimes all the output doesn't properly show up. This // Docker, sometimes all the output doesn't properly show up. This
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment