We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Start a Bash session in your container
docker exec -it <containername> bash
and run the command
export TERM=xterm
Now you can start and use nano
nano <file>
As well as jed if you are more familiar with Emacs-like bindings.
jed
jed <file>
cd /root nano .bashrc
Insert the line
before the comment
# set a fancy prompt (non-color, unless we know we "want" color)
Your next Bash session has colored output in the command line interface (e.g. with the ls command) and nano starts without fiddling.