FROM alpine:latest RUN addgroup -S -g 9999 bob && \ adduser -S -u 9999 -g bob bob USER bob:bob CMD ["/bin/sh"].
確定! 回上一頁