Written by
Aaron Bell
on
on
Learning to use Docker with Clojure
Current development focus: Learn to use a Docker-based environment for my Clojure apps. So far, I know that with Docker you:
- Create a recipe
- Build an “image” from this recipe
- Both eat and have the cake by building a container from the image
- Run the image.
The Docker recipe(s)/image(s)/container(s) should include JVM, Leiningen, and Clojure.