项目作者: padawanphysicist

项目描述 :
Docker image containing GNU Emacs (no X)
高级语言: Dockerfile
项目地址: git://github.com/padawanphysicist/docker-emacs.git
创建时间: 2019-05-26T13:41:52Z
项目社区:https://github.com/padawanphysicist/docker-emacs

开源协议:

下载


Docker Emacs

This Dockerfile creates a sandboxed, runnable Org-mode environment built with the Debian image package and GNU Emacs installed.

Pull this image from Docker Hub with the command docker pull padawanphysicist/emacs.

Contains

This comes with the following software:

  • GNU Emacs 28.0.50
  • Org mode version 9.3

Since its only dependency is Docker, it should run on any platform with Docker installed. It may or may not work with earlier versions of docker. To install docker on your system, see the official docker installation instructions.

Installation

To pull the docker image. (Depending on your connection speed this is likely much faster than building your own):

  1. $ docker pull padawanphysicist/emacs

Alternatively to pulling the docker image build the docker image with:

  1. $ docker build -t padawanphysicist/emacs gitlab.com/padawanphysicist/docker-emacs

You can see your new image that you either pulled or built with this command:

  1. $ docker images