https://github.com/berquerant/docker-debian-emacs
https://github.com/berquerant/docker-debian-emacs
docker emacs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/berquerant/docker-debian-emacs
- Owner: berquerant
- Created: 2023-04-03T15:52:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T13:01:13.000Z (about 1 year ago)
- Last Synced: 2025-03-26T14:23:13.876Z (about 1 year ago)
- Topics: docker, emacs
- Language: Makefile
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-debian-emacs
Emacs on debian container.
# Usage
``` bash
make
docker run --rm -it docker-debian-emacs:latest
```
# XQuartz (macOS)
Manipulate emacs GUI launched on the docker container from the host.
1. Install XQuartz from https://www.xquartz.org/
1. Launch XQuartz
1. Check `Allow connections from network clients`
1. Check `Option keys send Alt_L and Alt_R`
1. Terminate and launch XQuartz
1. `xhost - && xhost + localhost`
1. `docker run --rm -it -e "DISPLAY=host.docker.internal:0" docker-debian-emacs:latest`