To create a non root group and user inside your Alpine based Dockerfile # -g is the GID addgroup -g 1000 groupname # -u is the UID # -D permits to create an ...
確定! 回上一頁