We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459c7e2 commit 6549aa5Copy full SHA for 6549aa5
acceptance-tests.sh
@@ -48,7 +48,7 @@ function run() {
48
cd /home/vagrant/.go/src/github.com/docker-exec/dexec
49
go get
50
go install
51
- bats _bats/dexec.bats"
+ bats .bats/dexec.bats"
52
down
53
}
54
main.go
@@ -104,12 +104,8 @@ func RunDexecContainer(cliParser cli.CLI) int {
104
go func() {
105
if err = client.AttachToContainer(docker.AttachToContainerOptions{
106
Container: container.ID,
107
- OutputStream: os.Stdout,
108
- ErrorStream: os.Stderr,
109
InputStream: os.Stdin,
110
Stream: true,
111
- Stdout: true,
112
- Stderr: true,
113
Stdin: true,
114
}); err != nil {
115
log.Fatal(err)
0 commit comments