This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
I was lately again experimenting in running cider in a remote dev-container
This is the area where vscode and it's remote-development extensions are shining.
But with a bit of shell script magic and correct port forwarding settings in devcontainer.json
we can get a locally running Emacs connecting to an nrepl running in a remote docker container .
If somebody is interested in such thing, I could share the setup.
Hi .. I am interested in your setup. I done remote development by running emacs as TUI on the remote machine, but not using remote REPL in a container
I started to describe that in the Cider documentation. Not sure in which form it will be added to Cider docu, but the PR is here: https://github.com/behrica/cider/tree/patch-1 Here is a template project with adequate devcontainer.json file, https://github.com/behrica/clojure-datascience-devcontainer which install clojure and exposes port 12345 (on which nrepl will be started following the script: https://github.com/behrica/cider/blob/patch-1/doc/modules/ROOT/pages/basics/up_and_running.adoc#example-working-with-containers-using-devcontainercli-on-a-remote-server
Thank you so much. I'll have a go at the setup and let you know how it goes. Cheers 😊