Tutorial on permissions? (PGID, PUID)

Iā€™m trying to create a Streama container and am having issues with the permissions :frowning: Do you have a tutorial on how to fix permissions on Docker images like your PUID and PGID settings?

Thanks!

Check out our baseimage init files: https://github.com/linuxserver/docker-baseimage-alpine

You can also base your image on ours via either FROM lsiobase/ubuntu:bionic or FROM lsiobase/alpine:3.10 and it will handle PUID/PGID

1 Like