Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leny/docker-vim

🛸 A simple, clean vim, inside a docker container
https://github.com/leny/docker-vim

Last synced: 2 days ago
JSON representation

🛸 A simple, clean vim, inside a docker container

Awesome Lists containing this project

README

        

# docker-vim

> 🛸 A simple, clean vim, inside a docker container

* * *

## Build

docker build -t vim .

### Deploy

docker login
docker tag vim leny/vim:latest
docker push leny/vim:latest

## Use

With `bash`/`zsh`:

docker run -it -v $(pwd):/src -v vimconfig:/root leny/vim

With `fish`:

docker run -it -v (pwd):/src -v vimconfig:/root leny/vim