Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbrunner/docker-vim
https://github.com/sbrunner/docker-vim
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbrunner/docker-vim
- Owner: sbrunner
- License: bsd-2-clause
- Created: 2019-11-29T09:41:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T23:09:13.000Z (about 1 month ago)
- Last Synced: 2024-11-10T00:17:54.143Z (about 1 month ago)
- Language: Dockerfile
- Size: 289 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
VI Docker image
Build:
```
docker build --tag=sbrunner/vi .
```Push:
```
docker push sbrunner/vi
```Run:
```
docker run --rm -ti --volume=`pwd`:/src sbrunner/vi bash
```## Contributing
Install the pre-commit hooks:
```bash
pip install pre-commit
pre-commit install --allow-missing-config
```