linuxserver/wps-office.

7,551 5 amd64

Build Information

General build information for this image

Docker Hub linuxserver/wps-office
Build Time 22 Apr 2024 11:56:58
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-161b68ec 22 Apr 2024 at 11:29:27

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-161b68ec
    container_name: wps-office
    restart: no

CLI

docker create \
  --name=wps-office \  --restart no \
  linuxserver/wps-office:version-161b68ec