Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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"
}

Code Block
languagebash
titlecommands.conf
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 8081volume ${NUXEO_LOGDIR} "/var/log/worker"