Alpine 使用 adduser 命令 和 addgroup 用於建立使用者和組(而不是 useradd 和 ... FROM alpine:latest; # Create a group and user; RUN addgroup -S appgroup ...
確定! 回上一頁