Alpine 使用命令 adduser 和 addgroup 来创建用户和群组(而不是 useradd 和 usergroup )。 FROM alpine:latest # Create a group and user RUN addgroup ...
確定! 回上一頁