Hacker News new | past | comments | ask | show | jobs | submit login

yeah, docker and permissions always a pain. you tried passing --user or through compose? [1]:

  my-service:
    image: ubuntu:latest
    user: ${MY_UID}:${MY_GID}
    volumes:
      - /etc/passwd:/etc/passwd:ro
      - /etc/group:/etc/group:ro

[1] https://stackoverflow.com/a/71027261

hope this helps/solves




Interesting. This should've been resolved with this PR: https://github.com/bewcloud/bewcloud/pull/42/files#diff-e45e...


ohh, nice! thanks for the info Bruno!




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: