Skip to content

Instantly share code, notes, and snippets.

@aphlysia
Created October 3, 2017 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aphlysia/525268455a88a3cea7288fd20c51f067 to your computer and use it in GitHub Desktop.
Save aphlysia/525268455a88a3cea7288fd20c51f067 to your computer and use it in GitHub Desktop.
docker の設定ファイル。ホストマシンの ~/.docker/config.json に置く。 デフォルトだと ctrl-p が detach の機能をもっているので、解除する設定。
{
"detachKeys": "ctrl-\\"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment