Hey, i am currently facing permission issues with bind mount. I tried your solution - My Dockerfile:
FROM store/intersystems/iris-community:2020.2.0.204.0
RUN adduser irisusr root && adduser irisusr irisusr
But I am getting an error when building the Dockerfile: "adduser: Only root may add a user or group to the system."
Could you help me what is going wrong?
- Log in to post comments