Skip to content

jimlei/docker-alpine-nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Alpine Linux docker image with the text editor "nano" as entrypoint.

$ docker run --rm -it -v $(pwd):/data jimlei/alpine-nano -V

Alias

Add to ~/.bashrc

alias nano='docker run --rm -it -v $(pwd):/data jimlei/alpine-nano'

Load the changes

$ source ~/.bashrc

Usage

$ node -V

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published