The Docker console contains several DSpace Docker containers:
https://hub.docker.com/search/?q=DSpace&page=1&isAutomated=0&isOfficial=0&pullCount=0&starCount=0
I personally have experience with
https://hub.docker.com/r/quantumobject/docker-dspace/
Loves
- Creating an administrator as instructed is the only command line action that should happen after deployment.
- It launches DSpace 5.3, the latest official stable release of DSpace
- runs Java 7 instead of Java 8 (which has not yet been fully tested with DSpace)
I do not like
- There is a problem with postgres reported as closed at https://github.com/QuantumObject/docker-dspace/issues/2 , but I still ran into it.
- It cannot run on an 1 GB AWS instance because it deploys both XMLUI and JSPUI
- It launches Tomcat 8 instead of Tomcat 7
- It seems that on Ubuntu 15 instead of Ubuntu 14 LTS (probably more personal preference).
Don't get me wrong - I like the work done by this author, but I was wondering if there is a reference implementation there or if this can serve as a reference implementation.
source
share