lisp-images icon indicating copy to clipboard operation
lisp-images copied to clipboard

Docker images for common lisp development

Results 4 lisp-images issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Or at least make it configurable whether it's on or off.

bug

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:...

enhancement