- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Schmid (0.03 sec)
-
Dockerfile
FROM minio/minio:latest ARG TARGETARCH ARG RELEASE RUN chmod -R 777 /usr/bin COPY ./minio-${TARGETARCH}.${RELEASE} /usr/bin/minio COPY ./minio-${TARGETARCH}.${RELEASE}.minisig /usr/bin/minio.minisig COPY ./minio-${TARGETARCH}.${RELEASE}.sha256sum /usr/bin/minio.sha256sum COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"] VOLUME ["/data"]Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Oct 19 08:22:05 UTC 2025 - 425 bytes - Viewed (0) -
docs/chroot/README.md
# Create the bin directory in your chroot mkdir -p /mnt/export/${USER}/bin # Copy the built binary to the chroot directory cp $(go env GOPATH)/bin/minio /mnt/export/${USER}/bin/minio chmod +x /mnt/export/${USER}/bin/minio ``` Alternatively, if you have an existing legacy binary, you can still use it, but note that it will not receive updates. Bind your `proc` mount to the target chroot directory ```Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:29:55 UTC 2025 - 2.2K bytes - Viewed (0)