linuxserver/wps-office.

8,732 5 amd64

Build Information

General build information for this image

Docker Hub linuxserver/wps-office
Build Time 06 May 2024 23:36:27
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 06 May 2024 at 11:37:15

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