Thanks to visit codestin.com
Credit goes to github.com

Skip to content

perplexedfingers/neovim_in_alpine_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

  1. Put your .gitconfig file and .ssh directory with this Dockerfile

    If you don't want this feature, please remove coresponding lines.

  2. Build image

    docker build -t (tag name you want) .

    I use neovim as an example tag for the next step.

    If you remove -t tag part, you need to give coresponding image index.

  3. Create a docker machine with this image

    docker run -ti -v /some/dir/you/want/to/work/on:/work_space neovim

    or, if you are using M$

    docker run -ti -v C:/Users/you/dir/you/want/to/work/on:/work_space neovim

    Your directory will be mounted to /work_space.

    Add --rm if you don't want to keep your settings in the docker machine.

About

Neovim in alpine using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published