Code demo for my talk "Wrapping Clojure Development Tooling in a Containers".
Provides Make targets for building and running the Clojure developer shell within the accompanying Docker container.
Blog post and see the recording of the presentation from Clojure/conj 2015.
The tag to give the docker container. You may want to change this if you want to use this template for your own project
The name of the container when it is running.
The port your web application runs on inside the docker container.
Builds the Clojure development Docker container for this project, installing on the required dependencies.
Deletes the docker image entirely for this project. Useful if you want to rebuild from scratch.
Starts a development shell, with Java 8, and Leiningen, oh-my-zsh and the lein plugin already installed.
This will likely only work on Linux in it's current form - but could be edited to work on OSX (PRs welcome).
Attach a new terminal to an already running development shell
Mount the development shell to the local /tmp directory via sshfs
Opens up chrome to the local port that is forwarded for port 8080 on the host.
Uses Xpra to open up emacs as a gui on the host.
If you get disconnected from Xpra, this will reattach you to the session
Installs Xpra (version 0.15.7), assuming you are running Ubuntu.
Reset everything back to the original version (last git commit)
Apache 2.0
This is not an official Google Product.