lisp-images
lisp-images copied to clipboard
Docker images for common lisp development
Great stuff! Thanks! I'd just like to suggest the addition of a reference in the Docker Hub page to this repository. Since this repository is public, I think that a...
Through a combination of [`sly-tramp`](http://joaotavora.github.io/sly/#Setting-up-pathname-translations) and [`docker-tramp.el`](https://github.com/emacs-pe/docker-tramp.el), we should be able to set up filename translation with the docker container so things like `M-.` work.
In cases where there are multiple lisp apps running in containers, it would be useful to be able to use different ports, something like ``` services: app: ... environment: SLYNK_PORT:...