Sign inSign up

ellerbrock/alpine-aliyuncli

By ellerbrock

•Updated almost 7 years ago

Alibaba Cloud CLI aka `aliyuncli` based on Alpine Linux running as unprivileged User.

Image
1

1.4K

ellerbrock/alpine-aliyuncli repository overview

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

Tag summary

Content type

Image

Digest

Size

33.7 MB

Last updated

almost 7 years ago

docker pull ellerbrock/alpine-aliyuncli