Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

consider creating a docker repl #163

Open
carocad opened this issue May 25, 2018 · 0 comments
Open

consider creating a docker repl #163

carocad opened this issue May 25, 2018 · 0 comments

Comments

@carocad
Copy link
Contributor

carocad commented May 25, 2018

Currently we deploy an Ahead of Time (aot) compiled java jar inside a docker container.

However, Clojure being a dynamic language allows the inspection and redefinition of code even after deployment. For that I guess we would have to include leiningen inside the container and expose the repl port.

Here is a good description about it: https://stackoverflow.com/questions/22422820/connecting-to-a-headless-nrepl-running-in-a-docker-container-from-another-contai

The benefit of this would be the ability to reproduce and debug bugs in the currently running system i.e. debug and fix on real time !

however this also makes it slower (i guess) since not so strong optimizations are performed and leiningen is also in the way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant