wi1dcard / docker-qshell

Docker image for the Qiniu CLI tool, a.k.a. qshell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Image for Qiniu CLI Tool (QShell)

This repo contains a Dockerfile that for the Qiniu CLI tool, a.k.a. qshell.

For Linux x64, you can directly using the image built by Docker Hub CI:

docker run --rm -it wi1dcard/qshell

On the other systems or architectures, it's recommended to build it yourself. Build an image for arm for example:

docker build -t qshell:arm --build-arg OS=linux --build-arg ARCH=arm .

TODOs

  • Build images using source codes instead of downloading the artifact.

About

Docker image for the Qiniu CLI tool, a.k.a. qshell.


Languages

Language:Dockerfile 100.0%