Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leny/docker-vim
- Owner: leny
- Created: 2019-04-09T19:08:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T16:50:55.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T08:42:52.349Z (about 2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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