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=vt220
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>