You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,8 @@ or placed in a file `~/.callhostrc` (automatically detected and sourced by `call
139
139
The symptom of this will be that subsequent host commands hang, and pressing ctrl+C will give the error message "Interrupted system call".
140
140
It is necessary to exit and reenter the container (in order to create a new pipe) if this occurs.
141
141
To avoid this, chain multiple commands using logical operators (`&&` or `||`), or surround all the commands in`()` (thereby running them in a subshell).
142
-
* Stopping a commandin progress with ctrl+C will also break the pipe (as described in the previous item).
142
+
* Stopping a commandin progress with ctrl+C is disabled (to avoid breaking the pipe as described in the previous item).
143
+
* Suspending a command with ctrl+Z is not supported and may break the session.
0 commit comments