linuxserver/webcord.

19,453 2 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/webcord
Build Time 13 Mar 2025 03:59:06
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 13 Mar 2025 at 03:58:59

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  webcord:
    image: linuxserver/webcord:latest
    container_name: webcord
    restart: no

CLI

docker create \
  --name=webcord \  --restart no \
  linuxserver/webcord:latest