linuxserver/github-desktop.

1,010 2 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/github-desktop
Build Time 23 Sep 2023 22:22:24
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.3.1 23 Sep 2023 at 22:22:24

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.1
    container_name: github-desktop
    restart: no

CLI

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