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
Hi, I'm using ttyd to launch /bin/bash inside a container. When exiting bash (either by entering exit or C-d), ttyd automatically clears the terminal and relaunch bash.
How can I make it so that bash doesn't restart and the screen output remains untouched?
Here's the command I use:
ttyd -p 8080 bash
More info:
[root@0494e00e4ad4 app]# ttyd --version
ttyd version 1.6.0
Installed form the Fedora32 package:
ttyd.x86_64 1.6.0-1.fc32 @updates ```
The text was updated successfully, but these errors were encountered:
Hi, I'm using ttyd to launch
/bin/bash
inside a container. When exiting bash (either by enteringexit
orC-d
), ttyd automatically clears the terminal and relaunch bash.How can I make it so that bash doesn't restart and the screen output remains untouched?
Here's the command I use:
More info:
Installed form the Fedora32 package:
The text was updated successfully, but these errors were encountered: