linuxserver/rustdesk.

10,823 6 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/rustdesk
Build Time 05 Dec 2024 17:39:41
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.3.5 05 Dec 2024 at 17:39:40

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  rustdesk:
    image: linuxserver/rustdesk:1.3.5
    container_name: rustdesk
    restart: no

CLI

docker create \
  --name=rustdesk \  --restart no \
  linuxserver/rustdesk:1.3.5