I am trying to run this container here: https://github.com/mingfang/docker-predictionio. I built the docker image, but I don't know how to run the 'build' script in the repo. I tried ./build
but that gives me this error:
invalid argument "." for "-t, --tag" flag: invalid reference format
See 'docker build --help'.
I am not sure why I am getting this error? I tried passing an argument as a name for the docker image like ./build dockerimage
as there is an IMAGE variable in the script. But that also throws the same error. Any ideas?