This tool helps to handle Watson Visual Recognition service.
Link to source files of the docs you can find here https://www.sharelatex.com/project/59600f4dbdad72c5676e32a8. If you make any change, please update the doc in the repo.
There is a Dockerfile in docker_img folder. To build an image you have to create a folder, put there Docker file, go to the directory in terminal and run:
docker build --no-cache -t image_name .
To run a new container and mount host folder to the container, do following:
docker run -it -v host/folder/path:container/folder/path image_name bash