linuxserver/wps-office.

49,496 16 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/wps-office
Build Time 31 Mar 2025 11:47:22
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 11.1.0 31 Mar 2025 at 11:10:51

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  wps-office:
    image: linuxserver/wps-office:11.1.0
    container_name: wps-office
    restart: no

CLI

docker create \
  --name=wps-office \  --restart no \
  linuxserver/wps-office:11.1.0