Created
October 3, 2017 06:21
-
-
Save aphlysia/525268455a88a3cea7288fd20c51f067 to your computer and use it in GitHub Desktop.
docker の設定ファイル。ホストマシンの ~/.docker/config.json に置く。 デフォルトだと ctrl-p が detach の機能をもっているので、解除する設定。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"detachKeys": "ctrl-\\" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment