https://github.com/alireaza/gedit
Gnome Editor
https://github.com/alireaza/gedit
docker editor gedit gnome
Last synced: 4 days ago
JSON representation
Gnome Editor
- Host: GitHub
- URL: https://github.com/alireaza/gedit
- Owner: alireaza
- Created: 2020-05-24T07:51:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T13:43:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T09:47:56.677Z (8 months ago)
- Topics: docker, editor, gedit, gnome
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GNOME Editor
## Build
Via GitHub repository
```bash
$ docker build --tag alireaza/gedit:$(date -u +%Y%m%d) --tag alireaza/gedit:latest https://github.com/alireaza/gedit.git
```## Run
```bash
$ docker run \
--interactive \
--tty \
--rm \
--mount="type=bind,source=/tmp/.X11-unix,target=/tmp/.X11-unix" \
--env="DISPLAY=$DISPLAY" \
--device="/dev/dri:/dev/dri" \
--env="NO_AT_BRIDGE=1" \
--env="TZ=$(cat /etc/timezone)" \
--mount="type=bind,source=$(pwd)/udocker,target=/home/udocker" \
--name="gedit" \
alireaza/gedit
```