Skip to content

zwf/aliyun-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Aliyun CLI

aliyun cli tools docker image base on busybox

how to config as a native cli

  1. pull image from hub.docker.com

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

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