zwf / docker-aliyun-ossutil

ossutil docker image base on busybox:glibc with CA certifiates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-aliyun-ossutil

ossutil docker image base on busybox

how to config as a native binary version

  1. pull image from hub.docker.com

    docker pull zhangweifang/aliyun-ossutil
  2. add alias to env

    alias ossutil='docker run --rm -ti -v $(your ossutilconfig file path):/root/.ossutilconfig -v $(pwd):/oss zhangweifang/aliyun-ossutil ossutil'

About

ossutil docker image base on busybox:glibc with CA certifiates

License:MIT License


Languages

Language:Dockerfile 100.0%