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

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

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