linuxserver/github-desktop

Sponsored OSS

By linuxserver.io

Updated 3 days ago

Image
Languages & frameworks
Integration & delivery
10

50K+

linuxserver/github-desktop repository overview

linuxserver/github-desktop

This readme has been truncated from the full version found HERE

Github Desktop is an open source Electron-based GitHub app. It is written in TypeScript and uses React.

Application Setup

The application can be accessed at:

Usage

docker run -d \
  --name=github-desktop \
  --cap-add=IPC_LOCK \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 3000:3000 \
  -p 3001:3001 \
  -v /path/to/github-desktop/config:/config \
  --shm-size="1gb" \
  --restart unless-stopped \
  lscr.io/linuxserver/github-desktop:latest

Tag summary

Content type

Image

Digest

sha256:f1ca11859

Size

1.5 GB

Last updated

3 days ago

docker pull linuxserver/github-desktop:3.4.13

This week's pulls

Pulls:

1,383

Last week