2011|08|
2013|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|05|06|07|08|09|10|11|12|
2016|01|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|

2019-06-12 msys2 でのDockerの$ docker exec -it myapp bashは動かない [長年日記]

$ 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

とすると動く