()
| 151 | } |
| 152 | |
| 153 | func (t *tty) waitConsole() error { |
| 154 | if t.consoleC != nil { |
| 155 | return <-t.consoleC |
| 156 | } |
| 157 | return nil |
| 158 | } |
| 159 | |
| 160 | // ClosePostStart closes any fds that are provided to the container and dup2'd |
| 161 | // so that we no longer have copy in our process. |