Support .docker/config file
Useful since helpful aliases and functions around creating sandboxed REPL environments for languages like, Elixir, Haskell are on the way. Other languages that might be interesting to support would be Clojure.
This commit is contained in:
parent
698cff169a
commit
7646143843
1 changed files with 3 additions and 0 deletions
3
configs/shared/misc/.docker/config.json
Normal file
3
configs/shared/misc/.docker/config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"detachKeys": "ctrl-i,e"
|
||||
}
|
Loading…
Reference in a new issue