Title logo
linuxserver/taisun.

12,137,916 47 arm64 amd64 arm Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/taisun
Build Time 02 Feb 2022 23:08:57
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.6.0 02 Feb 2022 at 23:08:56

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  taisun:
    image: linuxserver/taisun:0.6.0
    container_name: taisun
    restart: no

CLI

docker create \
  --name=taisun \  --restart no \
  linuxserver/taisun:0.6.0