https://github.com/thinca/dockerfile-themis
Dockerfile for Test Environment with themis.vim
https://github.com/thinca/dockerfile-themis
Last synced: 5 months ago
JSON representation
Dockerfile for Test Environment with themis.vim
- Host: GitHub
- URL: https://github.com/thinca/dockerfile-themis
- Owner: thinca
- Created: 2015-01-01T16:55:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T08:18:14.000Z (over 9 years ago)
- Last Synced: 2025-12-16T11:03:57.246Z (6 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerfile for themis.vim
Test Environment with [themis.vim](https://github.com/thinca/vim-themis).
https://hub.docker.com/r/thinca/themis/
## Usage
Bind your project to `/root`.
```
$ docker run --rm -it -v /path/to/your/vim-plugin/project:/root thinca/themis
```
With arguments.
```
$ docker run --rm -it -v /path/to/your/vim-plugin/project:/root thinca/themis --reporter dot
```