Skip to content

Silex/docker-emacs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 

status

Description

Run Emacs in docker containers!

Wraps nix-emacs-ci in docker images.

Images

OS Tag Size (MB) Inherits from Contents
debian $version 350 Emacs, curl & gnupg
debian $version-ci 430 $version git & make
debian $version-ci-cask 460 $version-ci Cask & Python
debian $version-ci-eldev 430 $version-ci eldev
debian $version-ci-keg 430 $version-ci keg
alpine $version-alpine 220 Emacs, curl & gnupg
alpine $version-alpine-ci 240 $version-alpine git & make
alpine $version-alpine-ci-cask 280 $version-alpine-ci Cask & Python
alpine $version-alpine-ci-eldev 240 $version-alpine-ci eldev
alpine $version-alpine-ci-keg 240 $version-alpine-ci keg

Tags

Usage

docker run -it --rm silex/emacs

Alternatives

Contributions

They are very welcome! The basic workflow is as follow:

  • Modify images.yml.
  • Modify files inside the /templates directory.
  • Run bin/generate to spread the changes everywhere.