Skip to content
Frank Denis edited this page Dec 12, 2015 · 4 revisions

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 <file>

Clone this wiki locally