PrimeDominus / docker-alpine-nano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Dockerfile 100.0%