Closed cameroncooke closed 7 years ago
I'm seeing the same thing on macOS 10.11 and Docker for 1.12.20-rc1-beta27 (build:12496).
I will take a look at this, it should attempt to detect if TTY is available before setting the option. The problem with removing the interactive terminal mode is that you can no longer quit the session as it is not possible to send Ctrl-C to minke.
@cameroncooke @algal are you both using version 1.13.16?
On macOS 10.11 running Docker for Mac 1.12.1 and executing the the command as shown in Quick Start guide:
I get the response:
I've had the same error on iTerm and Terminal, and using the shells ZSH and Bash. I don't think macOS supports TTYs.
Quick Google reveals that this might be an issue with Docker and suggestions are to remove the -i (interactive) option.