linuxserver/wps-office.

34,814 13 amd64

Build Information

General build information for this image

Docker Hub linuxserver/wps-office
Build Time 10 Dec 2024 13:46:54
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 09 Dec 2024 at 11:17:40

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