Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JAremko/spacemacs

Dockerized Spacemacs workbench
https://github.com/JAremko/spacemacs

docker docker-image dotfiles editor emacs personal spacemacs vim

Last synced: 3 months ago
JSON representation

Dockerized Spacemacs workbench

Awesome Lists containing this project

README

        

### Spacemacs now has [`spacemacs-docker`](https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Bdistributions/spacemacs-docker) distribution. Consider using it instead.

#### Dockerized Spacemacs(GUI)
[![screenshot](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/img/spacemacs-python.png)](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/img/spacemacs-python.png)

#### Usage:

```bash
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`](https://hub.docker.com/r/jare/drop-in)
[![](http://i.imgur.com/RVTlBBO.png)](http://i.imgur.com/RVTlBBO.png)