Which DSpace Docker container is officially endorsed by the DSpace community? -


the docker hub contains number of dspace docker containers:

https://hub.docker.com/search/?q=dspace&page=1&isautomated=0&isofficial=0&pullcount=0&starcount=0

i have experience https://hub.docker.com/r/quantumobject/docker-dspace/

likes

  • create administrator according instructions command line action needs happen after deployment
  • it runs dspace 5.3, latest official stable release of dspace
  • runs java 7 instead of java 8 (which not tested dspace yet)

dislikes

  • there's issue postgres, reported closed on https://github.com/quantumobject/docker-dspace/issues/2 still encountered it
  • it can't run on 1gb aws instance, because deploys both xmlui jspui
  • it runs tomcat 8 instead of tomcat 7
  • it seems on ubuntu 15 instead of ubuntu 14 lts (probably more of personal preference)

don't me wrong - love work done contributor, wondering if there reference implementation out there, or if 1 serve reference implementation.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -