Skip to content

Latest commit

 

History

History

alpine-aliyuncli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

docker

alpine-aliyuncli

Docker Automated Build Docker Pulls Open Source Love Gitter Chat

Please check the official Repository for further Information.

Installation

docker pull ellerbrock/alpine-aliyuncli

Usage

Export your credentials

export ALICLOUD_ACCESS_KEY="your-access-key-here"
export ALICLOUD_SECRET_KEY="your-secret-key-here"
export ALICLOUD_REGION="your-region-here"

Run Docker

docker run \
  -e "ALICLOUD_ACCESS_KEY=${ALICLOUD_ACCESS_KEY}" \
  -e "ALICLOUD_SECRET_KEY=${ALICLOUD_SECRET_KEY}" \
  -e "ALICLOUD_REGION=${ALICLOUD_REGION}" \
ellerbrock/alpine-aliyuncli

You can pass the variables directly without first exporting them, but since i will use this later with Travis CI and encrypted environment variables this speraration makes it later more easy for me.

Contact

GithubDockernpmTwitterFacebookGoogle+Gitter