Sign inSign up

jare/spacemacs

By jare

Updated over 7 years ago

Dockerized Spacemacs(GUI)

Image
27

6.1K

jare/spacemacs repository overview

Spacemacs now has spacemacs-docker distribution. Consider using it instead.
Dockerized Spacemacs(GUI)

screenshot

Usage:
docker run -ti --rm -v $('pwd'):/mnt/workspace \
 -v /etc/localtime:/etc/localtime:ro \
 -v ~/.ssh/id_rsa:${UHOME}/.ssh/id_rsa:ro \
 -v ~/.gnupg:${UHOME}/.gnupg \
 -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket \
 -v /tmp/.X11-unix:/tmp/.X11-unix \
 -v /etc/machine-id:/etc/machine-id:ro \
 -e DISPLAY=$DISPLAY \
 -e TZ=UA \
 --name spacemacs jare/spacemacs
Also You might want to look at my Vim+Tmux based thingy jare/drop-in

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

over 7 years ago

docker pull jare/spacemacs