Hello, I’m using Docker on Unix and have an issue I hope someone can help me with
My Setup: unix centos 7 using Plone (a CMS product) container
What caused the problem:
Installation of Plone container went great and site worked for months.
I installed a product on Plone (plone.org) which wasn’t supported by the version of plone. This crashed the site and prevents the container from starting (with ps -a it is shown as “Exited” )
What I’ve Tried.
retrieved docker logs and found the Plone file I need to fix:
- (from Docker log File): “/app/lib/python3.11/site-packages/collective/portlet/embed/configure.zcml”, line 9.2*
Docker Questions
-
Is this path within the Docker container? It isn’t a valid root path for my Linux system (app not in root directory).
-
if this is within Docker, how to i get to it to fix it if I can’t start the container?
Thanks for any help
Wayne