Sign inSign up

badetitou/verveinej

By badetitou

•Updated over 3 years ago

This is a repositry containing VerveineJ docker to ease its usage

Image
0

812

badetitou/verveinej repository overview

⁠VerveineJ Dockerfile

This docker file configure VerveineJ to be used with local system

It automatically use VerveineJ with the good Java version.

⁠Command line

To run this docker, first separate the sources and the dependency in two differents folder. Then execute the following command:

docker pull badetitou/verveinej:v2.0.4
docker run -v <full/path/toSource>:/src -v [<full/path/toDependency>:/dependency] badetitou/verveinej:v2.0.4 <verveineJOption> .
⁠Example
docker run -v D:\Users\benoit.verhaeghe\Documents\git\badetitou\Carrefour\testing\src\:/src badetitou/verveinej:v2.0.4 -format json -o testoutput.json .

Tag summary

Content type

Image

Digest

sha256:0b909168d…

Size

277.8 MB

Last updated

over 3 years ago

docker pull badetitou/verveinej