linuxserver/wps-office.

2,207 1 amd64

Build Information

General build information for this image

Docker Hub linuxserver/wps-office
Build Time 20 Nov 2023 11:17:23
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-3ff5a3de 20 Nov 2023 at 11:17:23

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:version-3ff5a3de
    container_name: wps-office
    restart: no

CLI

docker create \
  --name=wps-office \  --restart no \
  linuxserver/wps-office:version-3ff5a3de