fossology / atarashi

Atarashi scans for license statements in open source software, focusing on text statistics. Designed to work stand-alone and with FOSSology.
http://fossology.github.io/atarashi
GNU General Public License v2.0
26 stars 23 forks source link

feat(dockerization): Create docker image to run atarashi #44

Closed GMishx closed 5 years ago

GMishx commented 6 years ago

How to create docker image

How to run docker image

Since docker can not access host fs directly, we mount a volume from the directory containing the files to scan to /project in the container. Simply pass the options and path to the file relative to the mounted path.

Merge after: #43 Docker image: https://hub.docker.com/r/gmishx/atarashi/tags/ (gmishx/atarashi:feat_Dockerization)

GMishx commented 5 years ago

Dockerfile need to be updated after merging #48