stilleshan/coscmd.

基于腾讯云 COSCMD 工具的 docker 镜像,已测试同时支持 X86 和 ARM 架构.

1,106 1 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/coscmd
Build Time 16 Feb 2022 04:17:33
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.8.6.24 16 Feb 2022 at 04:17:32

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  coscmd:
    image: stilleshan/coscmd:1.8.6.24
    container_name: coscmd
    restart: no

CLI

docker create \
  --name=coscmd \  --restart no \
  stilleshan/coscmd:1.8.6.24