Stille 81636d488f add TZ for mc %!s(int64=3) %!d(string=hai) anos
..
Dockerfile 81636d488f add TZ for mc %!s(int64=3) %!d(string=hai) anos
README.md 48e7770547 Create mc %!s(int64=3) %!d(string=hai) anos

README.md

mc

GitHub stilleshan/dockerfiles
Docker stilleshan/mc

docker image support for X86 and ARM

简介

基于 minio/mc 项目的执行 docker 镜像.

使用

参照示例,挂载数据目录.

docker run --rm \
    -v /data/path:/data \
    stilleshan/mc sh -c 'mc config host add minio https://minio.domain.com user password --api s3v4 && mc cp /data/foo.tar minio/buckets/path/'