lein-docker
lein-docker copied to clipboard
A leiningen plugin to build docker images and deploy them.
Need to be able to specify `latest` as is the Docker convention.
This addresses #4. It also allows multiple tags to be specified (for example, current version & "latest"). It does not support overriding the tag from the command line. I can...
To have more control about caching, one should be able to specify the default behaviour in general (project.clj) and during runtime (as argument).
If the docker commands tries to ask for the user's password, it will fail. This happens if you never pushed before and do not have any credentials stored. Fix it...
Executing docker commands with sudo should be possible on a per user basis (so not in the project.clj). Hint: you should avoid that if possible (being in the docker group)