Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 487 Bytes

docker-nano

The GNU nano text editor... as docker container!

Usage

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

License

MIT