stilleshan/tinypng.

使用 TinyPNG 免费压缩图片 docker 小程序,方便本地批量压缩,支持多个 API key 配置。

168 1 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/tinypng
Build Time 01 Feb 2022 14:49:01
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2022-02-01 01 Feb 2022 at 14:49:00

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  tinypng:
    image: stilleshan/tinypng:2022-02-01
    container_name: tinypng
    restart: no

CLI

docker create \
  --name=tinypng \  --restart no \
  stilleshan/tinypng:2022-02-01