linuxserver/github-desktop.

6,354 5 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/github-desktop
Build Time 04 May 2024 22:32:07
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.3.12 04 May 2024 at 22:32:07

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  github-desktop:
    image: linuxserver/github-desktop:3.3.12
    container_name: github-desktop
    restart: no

CLI

docker create \
  --name=github-desktop \  --restart no \
  linuxserver/github-desktop:3.3.12