linuxserver/wps-office.

33,120 10 amd64

Build Information

General build information for this image

Docker Hub linuxserver/wps-office
Build Time 18 Nov 2024 11:16:02
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 18 Nov 2024 at 11:16:01

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