Sign inSign up

renzok/emacs

By renzok

Updated over 10 years ago

Emacs X11 (lucid) Container Build

Image
2

362

renzok/emacs repository overview

Emacs 24 docker container

  1. Based on Debain emacs24-lucid
  • the emacs (without lucid) uses GTK and cuases issues with X11 and docker
  1. It has my opionated emacs configuration in .emacs
  2. It uses the emacs package mechanism
  • see emacs.d for current list of pre-installed packages
  1. By default it has a /workdir directory
    • data-container and host volumes may be mounted there or elsewhere

Usage

With GUI

docker run --rm \
  -e DISPLAY=${DISPLAY} \
  -v /tmp/.X11-unix:/tmp/.X11-unix  \
  -v /tmp/:/workdir \
  renzok/emacs

On terminal

docker run --rm \
  -it
  -v /tmp/:/workdir \
  renzok/emacs

Tag summary

Content type

Image

Digest

sha256:f330cca40

Size

170.7 MB

Last updated

over 10 years ago

docker pull renzok/emacs