Skip to content

simonrycroft/ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker build -t simonrycroft/ide:latest .
docker run -it --rm \
    -v $HOME/git/services/kuzzle:/workspace \
    -e HOST_USER_ID=$(id -u $USER) \
    -e HOST_GROUP_ID=$(id -g $USER) \
    -e GIT_USER_NAME="Simon Rycroft" \
    -e GIT_USER_EMAIL="simon.rycroft@gmail.com" \
    -v ~/.ssh:/home/me/.ssh \
    simonrycroft/ide:latest

About

Vim as an IDE running in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published