oduwsdl / tmvis

An archival thumbnail visualization server
MIT License
8 stars 7 forks source link

Updated Docker Development mode documentation #76

Closed dhruv282 closed 4 years ago

dhruv282 commented 4 years ago

Used solution provided in #73 Fixes #73

dhruv282 commented 4 years ago

I ended up restructuring the whole file and added some missing info

ibnesayeed commented 4 years ago

This looks much better. Though, I would suggest you test changes in the Docker related section, in case there are corner cases that we might have missed.

I would actually suggest you begin Docker section with using our published docker image oduwsdl/tmvis without the need of asking them to build it locally first.

$ docker run --shm-size=1G -it --rm -p 3000:3000 oduwsdl/tmvis

Then go on to suggest if they want to build a custom image from the source, they can clone the code, build an image and run it instead (i.e., the currently listed commands).

dhruv282 commented 4 years ago

I have tested the changes and everything is working as expected