0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

docker execでwinptyの使用を求められる 【Windows】

Posted at

環境

windows10
SourceTree (Git for Windows)
docker desktop version 2.3.0.5

現象

SourceTree のターミナルでコンテナに入るとき、以下の現象が発生した。

$ docker exec -it container bash
the input device is not a TTY.  If you are using mintty, try prefixing the command with 'winpty'

対応

winpty を指定する。

$ winpty docker exec -it container bash

参考

【Git for Windows】tty/mintty/winptyとは何なのか【Gitbash】
https://unrealman.hatenablog.com/entry/tty-mintty-winpty

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?