linuxserver/webcord.

10,796 0 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/webcord
Build Time 25 Jul 2024 03:51:36
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.10.0 25 Jul 2024 at 03:51:34

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:4.10.0
    container_name: webcord
    restart: no

CLI

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