- Put your
.gitconfig
file and.ssh
directory with this Dockerfile If you don't want this feature, please remove coresponding lines.
- Put your
- 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.
- 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
perplexedfingers/neovim_in_alpine_docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Neovim in alpine using docker
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published