LoginSignup
1
0

More than 5 years have passed since last update.

dockerコンテナ内でctrl-pの挙動がおかしい問題

Posted at

 結論

dockerのdetachKeysという設定のデフォルトバインドが ctrl-p と被っていたせいだった。
バインドを変更したら治った。

~/.docker/config.json
{
  "auths" : {
    "https://index.docker.io/v1/" : {
    }
  },
  "detachKeys" : "ctrl-\\"
}
1
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
1
0