https://github.com/sbrunner/docker-vim
https://github.com/sbrunner/docker-vim
Last synced: 4 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T12:19:59.000Z (4 months ago)
- Last Synced: 2025-03-15T13:24:56.689Z (4 months ago)
- Language: Dockerfile
- Size: 325 KB
- Stars: 0
- Watchers: 2
- 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
```