Skip to content
dnscryptme 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>

Clone this wiki locally