$ docker exec -it myapp bash
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
となる。
winptyがない場合は、"pacman -s winpty"でインストールして、
$ winpty docker exec -it myapp bash
とすると動く