Title logo
linuxserver/guacd.

6,724,965 71 arm64 amd64 arm Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/guacd
Build Time 15 Feb 2023 15:35:09
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.4.0 15 Feb 2023 at 15:35:09

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  guacd:
    image: linuxserver/guacd:1.4.0
    container_name: guacd
    restart: no

CLI

docker create \
  --name=guacd \  --restart no \
  linuxserver/guacd:1.4.0