在 Dockerfile 中的使用示例:
COPY --from=qiuchenjun/gosu /gosu /usr/local/bin/gosu
RUN set -eux; \
chmod +x /usr/local/bin/gosu; \
gosu --version; \
gosu nobody true
Content type
Image
Digest
sha256:12cb1f348…
Size
959.9 kB
Last updated
almost 2 years ago
docker pull qiuchenjun/gosu