Closed2
docker compose execをしたらpanic: The handle is invalidが発生
事象:Windows gitbashでdocker compose exec hoge bash
を実行したら、以下のエラーが発生
time="2022-04-05T10:21:19+09:00" level=warning msg="The \"hogehoge\" variable is not set. Defaulting to a blank string."
panic: The handle is invalid.
goroutine 1 [running]:
github.com/containerd/console.Current()
...
解決策
winptyコマンドとは
このスクラップは2022/04/05にクローズされました