Elite for Emacs is now available as Docker container.

It’s now very easy to try out something from the pages of history.

  • Pull Docker image:
    • docker pull kazhar/elite-for-emacs
  • Run container:
    • docker run -d -p 6901:6901 kazhar/elite-for-emacs
  • Access container, and Elite for Emacs, using your browser:

Note that if you save commander, it is saved in the container. If you stop the container, all saves are lost. Container is stopped if you exit Emacs using C-x C-c.