Skip to content

Mongo user in dockerfile added as default system user uid. #181

@jamesongithub

Description

@jamesongithub

The dockerfile adds mongodb user as system user which in turn creates a user with a uid of 999.

image

On our host we happen to have another default system user with a uid of 999.

image

When we run the docker container it gets mapped to this user.

image

I'm wondering what people have done to get around this. Basically the container has all the rights of the mapped user now.

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