I just want to edit some files, can I have a text editor? Anything but Vi[m].
Is there a trivial way to install nano, emacs or a basic text editor?
you can run full privilege nano docker container inside rancheros like this touturial . for example its should be something like this
echo 'docker run --rm inutano/nano:0.1 nano $@' > /usr/bin/nano && chmod +x /usr/bin/nano