This is a repositry containing VerveineJ docker to ease its usage
812
This docker file configure VerveineJ to be used with local system
It automatically use VerveineJ with the good Java version.
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> .
docker run -v D:\Users\benoit.verhaeghe\Documents\git\badetitou\Carrefour\testing\src\:/src badetitou/verveinej:v2.0.4 -format json -o testoutput.json .
Content type
Image
Digest
sha256:0b909168d…
Size
277.8 MB
Last updated
over 3 years ago
docker pull badetitou/verveinej