Skip to content

dochang/docker-emacs

Repository files navigation

Description

Run Emacs in a docker!

This project provides different docker images:

  • The main images (~450MB) only contain the runtime dependencies for Emacs to run.
  • The -dev variants (~1200MB) contain additional developer tools such as Cask, git or Python. The Emacs source is also available at /opt/emacs if you need to build Emacs differently.
  • The -alpine variants (~200MB) follow the same logic as the main images but are based on Alpine Linux.

Tags

Usage

Console

docker run -it --rm silex/emacs

GUI

xhost +local # WARN: this comes with security issues
docker run -it --rm -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix silex/emacs

Contributions

Yes please! You should mostly do your modifications to images.yml or inside the /templates directory, then run bin/images generate to apply the changes.

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 83.4%
  • Ruby 8.7%
  • Shell 7.0%
  • Python 0.9%