Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 27 days ago
JSON representation

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
```