Alpine Linux ready for JavaScript development with git, neovim + plugins, tmux and current node.js
558
Alpine Linux ready to use for JavaScript development with git, neovim with plugins, tmux and current node.js
Build from https://github.com/app/indocker-dev-node-react/blob/alpine/Dockerfile
How to use
cd </directory/of/your/project>
alias jsdev='docker run -it --rm \
--name alpine.js \
-h alpine.js \
-v "$(pwd):/home/app/devel" \
-p 127.0.0.1:3000:3000/tcp \
-p 127.0.0.1:3080:3080/tcp \
-u app \
-w /home/app/devel \
-e GIT_COMMITTER_NAME="author" \
-e GIT_AUTHOR_NAME="author" \
-e [email protected] \
apaskal/javascript-neovim-alpine:latest bash'
jsdev
To select App.js file to open with nvim
vim Ctrl+o app
Press Enter
Content type
Image
Digest
Size
268.6 MB
Last updated
about 5 years ago
docker pull apaskal/javascript-neovim-alpine