Skip to content

Can not run in non-privileged context in OpenShift, possibly other secure/managed container engines #6

Open
@jasonyavorsky

Description

@jasonyavorsky

I was able to get this image to run in my local minishift container by granting anyuid privilges to logged in users, i.e.: oc adm policy add-scc-to-group anyuid system:authenticated

The problem happens because the container expects to run as root as currently implemented. More detail can be found here: https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/

The error I get is that supervisord fails to start because it can't write to its log.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions