diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-30 09:15:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-30 09:15:15 +0300 |
commit | ba9d5368162d31f43780d5b047cc9954382bd98b (patch) | |
tree | 283714c4dd797dac97423777930bc7371637f378 | |
parent | .bashrc: better remote session detection (diff) | |
download | linux-home-ba9d5368162d31f43780d5b047cc9954382bd98b.tar.gz linux-home-ba9d5368162d31f43780d5b047cc9954382bd98b.zip |
add Docker config.json
-rw-r--r-- | %HOME%/.docker/config.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/%HOME%/.docker/config.json b/%HOME%/.docker/config.json new file mode 100644 index 0000000..c45674b --- /dev/null +++ b/%HOME%/.docker/config.json @@ -0,0 +1,3 @@ +{ + "detachKeys": "ctrl-\\,d" +} |