loris-imageserver / loris-docker

Loris docker image suitable for development environments
16 stars 19 forks source link

The project was not working anymore #4

Closed SeguinBe closed 8 years ago

SeguinBe commented 8 years ago

The way the docker image was built was very peculiar... It was pulling the latest version of the loris code then replacing the main webapp.py file with a patched version. Of course very quickly modifications of the function interfaces made it non-functional. So the docker image was not working at all.

Here I just did a quick and dirty fix to make it work again, but I don't consider viable in the long-term. Main points are:

Probably it'd be good if someone more experienced with docker and loris than me (never used any of them before) would have a look into the all project, because

I think considering the relatively complex process of installing a loris server. A docker image would be extremely useful.