Skip to content

JensPiegsa/nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nano text editor

This is a Docker image for the text editor nano.

Tags

Usage example

Get a FILE from a running CONTAINER to edit it:

docker cp CONTAINER:FILE /tmp/
docker run --name=nano -it --rm -v /tmp:/tmp piegsaj/nano nano /tmp/FILE

and put it back:

cat /tmp/FILE | docker exec -i CONTAINER sh -c 'cat > FILE'
rm /tmp/FILE

Contribute

The source is available on Github. Please report any issues.

About

Dockerized nano editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published