The GNU nano text editor - as docker container!
1.4K
The GNU nano text editor... as docker container!
As command directly in your terminal:
docker run --rm -ti -v $PWD:/nano muelheimmodular/nano Example.txt
As commandlet in your dockerized environment:
echo 'docker run --rm -ti -v $PWD:/nano muelheimmodular/nano $@' > /usr/bin/nano && chmod +x /usr/bin/nano
Content type
Image
Digest
Size
3.5 MB
Last updated
over 5 years ago
docker pull muelheimmodular/nano