Skip to content

Docker image meant for portable javascript dev environment

Notifications You must be signed in to change notification settings

allan-simon/docker-dev-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devbox for javascript/react projects using docker

What you will get at the end

  • a docker container in which you can SSH in
  • node, npm, yarn and tern
  • (optional) neovim: with deoplete ,
  • (optional) Zsh: with my zshrc (that you can replace by yours)

Requirements

  • docker

Creation

./create_docker.sh

Usage

docker run -d -e HOST_USER_UID=$(id -u)  --name YOUR_PROJECT -p YOUR_LOCAL_PORT:22 js_dev_docker

so then you can ssh in your machine with port YOUR_LOCAL_PORT

Extensive list of stuff installed:

  • neovim
  • zsh
  • node
  • npm
  • yarn
  • tern
  • tern-jsx

About

Docker image meant for portable javascript dev environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •