diff --git a/api/types/container/exec.go b/api/types/container/exec.go index d4ed9f8bd2..4dfb56084b 100644 --- a/api/types/container/exec.go +++ b/api/types/container/exec.go @@ -22,9 +22,6 @@ type ExecOptions struct { Env []string // Environment variables WorkingDir string // Working directory Cmd []string // Execution commands and args - - // Deprecated: the Detach field is not used, and will be removed in a future release. - Detach bool } // ExecStartOptions is a temp struct used by execStart diff --git a/vendor/github.com/moby/moby/api/types/container/exec.go b/vendor/github.com/moby/moby/api/types/container/exec.go index d4ed9f8bd2..4dfb56084b 100644 --- a/vendor/github.com/moby/moby/api/types/container/exec.go +++ b/vendor/github.com/moby/moby/api/types/container/exec.go @@ -22,9 +22,6 @@ type ExecOptions struct { Env []string // Environment variables WorkingDir string // Working directory Cmd []string // Execution commands and args - - // Deprecated: the Detach field is not used, and will be removed in a future release. - Detach bool } // ExecStartOptions is a temp struct used by execStart