pmonks / cljig

A little Clojure jig for discovering, evaluating, and prototyping 3rd party Clojure and Java libraries, for eventual use in your own project(s), all from the REPL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make docker container

tom-adsfund opened this issue · comments

It would be great to have a docker container ready to use for this, just to isolate the tinkering from everything else.

Yeah good idea - happy to throw a super-basic docker script in the repo (or accept one, if you're more experienced with docker than I am!).

One thing I should mention is that this project was a pretty brief little experiment that I kind of abandoned for a variety of reasons, and there are better alternatives out there (such as babashka + add-deps).

Excellent, I didn't know about add-deps, thanks for mentioning it! I guess there's no special reason to dockerize this one then. I guess you could just add a note that people could use add-deps, that way you won't get a random issue raised again!