Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 664 Bytes

docker.org

File metadata and controls

19 lines (17 loc) · 664 Bytes

Docker

Alternative images

image namepurpose
semiosis/pen.el:stableStable version
semiosis/pen.el:latestLatest version

Alternative docker invocations

This will check out the code and give access to the slugify script so you can share the current directory to work with within the docker container.

cd ~/.emacs.d/
git clone "https://github.com/semiosis/pen.el"
cd pen.el
docker run --rm -v "$(shell pwd):/$(shell pwd | scripts/slugify)" -ti --entrypoint= semiosis/pen.el:latest ./run.sh