The scientific-emacs a container-based in Debian:Focal version with emacs 26, and a light version of TeXlive.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
382 B

  1. version: '3.8'
  2. services:
  3. this_emacs:
  4. container_name: scientific-emacs
  5. build: docker/emacs
  6. volumes:
  7. #- ./config:/home/emacs/.emacs.d
  8. # - ./data:/home
  9. - /tmp/.X11-unix:/tmp/.X11-unix
  10. #- $HOME/.Xauthority:/root/.Xauthority
  11. environment:
  12. DISPLAY: $DISPLAY
  13. tty: true
  14. stdin_open: true
  15. entrypoint: bin/bash
  16. # redis service