Sign inSign up

muelheimmodular/nano

By muelheimmodular

•Updated over 5 years ago

The GNU nano text editor - as docker container!

Image
1

1.4K

muelheimmodular/nano repository overview

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

Tag summary

Content type

Image

Digest

Size

3.5 MB

Last updated

over 5 years ago

docker pull muelheimmodular/nano