webdevops / go-crond

:alarm_clock: Cron daemon written in golang (for eg. usage in docker images)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenShift containers

SliceofCheese opened this issue · comments

So I've been attempting to actually allow OpenShift containers through your OpenCPU, and I've been running into some issues. I cannot seem to actually run a container without failure / crashing.

The issue is that I'm given an error stating that :

  • Starting periodic command scheduler cron
    --
      | cron: can't open or create /var/run/crond.pid: Permission denied
      | ...fail!
      | AH00526: Syntax error on line 33 of /etc/apache2/sites-enabled/default-ssl.conf:
      | SSLCertificateKeyFile: file '/etc/ssl/private/ssl-cert-snakeoil.key' does not exist or is empty
      | Action '-DFOREGROUND' failed.
      | The Apache error log may have more information.

Even with something as simply as just a From OpenCpu/Base seems to net this error. While this is probably an issue on my end because I'm not particularly familiar with OpenShift, do you have any suggestions on how to circumvent this problem?

Oh, sorry. I mean to do this in the other repo.