Since version 1.9.8.2.10 DMS uses external worker container to create previews and parse emails. To deploy it correctly in existing environments, deploy_script must be updated to the latest preview branch and next lines must be added to containers.conf. Please use the latest image version that is available at the moment of deployment. The container needs 4GB of free RAM plus some overhead on docker and apps. Please make sure that this is given.
Please use preview tag for nuxeo and cb image versions before 1.9.8.2.10 is released.
The procedure:
The issue of an ever restarting worker container can occur, when docker is outdated. Making a "yum update" corrects this issue.
Please note that you might need to create /etc/docker/daemon.json if you don't have it yet and docker service not starting:
cat /etc/docker/daemon.json
{
"storage-driver": "devicemapper"
}
elif [ ${1} = "WORKER" ] then add_volume ${NUXEO_TEMPDIR} "/tmp" add_volume ${NUXEO_WINFONTDIR} "/usr/share/fonts/custom-fonts" add_volume ${NUXEO_WINFONTDIR} "/root/.windows_fonts" add_port 8081 |