Container for OpenShift #1080
Unanswered
ChaosKnign
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
Getting an error during Storage directory creation when deploying container to IBM's OpenShift service.
OpenShift uses additional security constraints when running a container. Unlike Docker or Kubernetes, OpenShift does not run containers using the root user. Per RedHat:
When I look at the Dockerfiles, I see that it builds an image, then runs .sh's further building stuff inside the container. Was wondering if it was possible to build out the directory hierarchy and structure before building the container... pushing all the shell scripts into the Dockerfile to avoid having root issues inside the container?
Beta Was this translation helpful? Give feedback.
All reactions