Giter Club home page Giter Club logo

Comments (3)

mjstealey avatar mjstealey commented on June 21, 2024

@browe-fs - Thank you for the information.

I suspect you're bumping up against SE Linux enforcement as I do not observe this behavior on CentOS 7 without SE Linux or on the macOS implementation of Docker. I'll look at spinning up a SE Linux enabled box on my end to do some testing.

I'd be curious if you could still get volume mounts working outside of /var/lib/docker/... by using the included UID and GID flags?

By default they are:

# UID / GID settings
ENV UID_POSTGRES=999
ENV GID_POSTGRES=999
ENV UID_IRODS=998
ENV GID_IRODS=998

These settings will be modified if you change them from the defaults.
The intent is to allow you to set the container 's notion of UID and GID values to be the same as real users on your host system. In this way the data becomes natively permissioned to actual users on the host, and not some arbitrary Docker container user.

I allude to this by example in the real world usage section the README file.

from irods-provider-postgres.

browe-fs avatar browe-fs commented on June 21, 2024

@mjstealey - No problem! I successfully got the volumes mount to work with the default UID and GID outside of /var/lib/docker. I instead placed them in my user's folder at /home/browe/.... This also still worked when restarting the container.

from irods-provider-postgres.

mjstealey avatar mjstealey commented on June 21, 2024

resolved

from irods-provider-postgres.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.